Yes, try this one: <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
If after that, if it doesn't work, this is because your page is bigger that the screen (you mentioned 360px), you can then try to add "width" to your body element in your CSS to limit the width to the screen size. But, why is your page larger than the screen, are your targetting landscape mode only? On Dec 20 2008, 12:31 am, anmldr <[email protected]> wrote: > I think that you add this in your meta tag > user-scalable="no" > > Linda > > On Dec 19, 11:51 am, Kenny Saunders <[email protected]> wrote: > > > I can't get the text to stop zooming in when the device rotates. It's > > keeping the width set at 360px when it's in landscape mode and the > > other 120px are off the screen. > > > I tried the following to no avail: > > > body { > > overflow-x: hidden; > > -webkit-user-select: none; > > -webkit-text-size-adjust: none; > > font:13px/13px Helvetica,Arial,serif; > > color:#222; > > > } > > > <meta id="viewport" name="viewport" content="width=device-width; > > initial-scale=1.0;" /> > > > Kenny Saunders > > Owner / Website Designer / Application Developer > > > FortyEight Designshttp://www.fortyeightdesigns.com > > 816.820.4806 > > P.O. Box 1041 > > Smithville, MO 64089 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
