[Mapguide-trac] [mapguide-trac] #2296: Fusion template updates for mobile browser friendliness

MapGuide Open Source trac_mapguide at osgeo.org
Thu Jun 20 23:35:18 PDT 2013


#2296: Fusion template updates for mobile browser friendliness
--------------------------------+-------------------------------------------
   Reporter:  jng               |       Owner:  jng
       Type:  task              |      Status:  new
   Priority:  low               |   Milestone:  2.6
  Component:  Fusion Templates  |     Version:     
   Severity:  trivial           |    Keywords:     
External_id:                    |  
--------------------------------+-------------------------------------------
Description changed by jng:

Old 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" />
> }}}

New 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" />
 }}}

--

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2296#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list