however, if you're not just displaying text then the zooming might get in the way (by accident) and disrupt a good user experience...
On Oct 8, 4:37 am, RobG <[email protected]> wrote: > On Oct 8, 1:38 am, Remi Grumeau <[email protected]> wrote: > > > <meta name="viewport" content="width=device-width; > > user-scalable=no;minimum-scale=1.0; maximum-scale=1.0" /> > > > means user can't scale (zoom-in via double tap / two fingers) > > And should not be set by default. Zoom is provided so the user can > zoom in, the most likey reason they will do that is because they are > struggling to read text on the screen. > > So it makes no sense to prevent them from doing that, unless you mean > to annoy them. > > > means minimum scale is 100% > > means maximum scale is 100% (so no scale) > > Which is redundant if the zoom is turned off, isn't it? > > -- > Rob -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
