On Dec 19 2008, 12:51 pm, 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.
It is likely your design that needs adjustment.
>
> I tried the following to no avail:
>
> body {
> overflow-x: hidden;
Don't do that on any device.
> -webkit-user-select: none;
> -webkit-text-size-adjust: none;
That sounds ridiculous. Why didn't they call it -webkit-screw-the-
user?
> font:13px/13px Helvetica,Arial,serif;
Never size fonts in pixels and how is "serif" a fallback for "Arial?".
> color:#222;
No background color?
>
> }
>
> <meta id="viewport" name="viewport" content="width=device-width;
> initial-scale=1.0;" />
XHTML?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---