Opened 11 years ago
Closed 11 years ago
#2296 closed task (fixed)
Fusion template updates for mobile browser friendliness
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 2.6 |
Component: | Fusion Templates | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
- Use the HTML5 doctype
- 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" />
- 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 (2)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.