Opened 11 years ago

Last modified 11 years ago

#2296 closed task

Fusion template updates for mobile browser friendliness — at Initial Version

Reported by: jng Owned by: jng
Priority: low Milestone: 2.6
Component: Fusion Templates Version:
Severity: trivial Keywords:
Cc: External ID:

Description

  1. Use the HTML5 doctype
  2. Add the following meta tag to prevent undesired pinch stretching of the content on iOS
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    
  3. Force disable IE compatibility mode with the following meta tag as IE compatibility mode messes up the display of the Legend widget
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    

Change History (0)

Note: See TracTickets for help on using tickets.