You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get the app to register that I have a style tag with the media
attribute set to handheld. I may be doing it incorrectly otherwise it's a bug,
but this is what I have.
<link rel="stylesheet" type="text/css" media="handheld" href="/css/mobile.css"
/>
Original issue reported on code.google.com by bre...@gmail.com on 12 Nov 2010 at 4:36
The text was updated successfully, but these errors were encountered:
The iPhone and iPad don't do that either. That's because historically handheld
devices had very poor browsers. So iPhone and iPad use the media=screen with
conditional selectors.
http://developer.apple.com/library/safari/#documentation/AppleApplications/Refer
ence/SafariWebContent/OptimizingforSafarioniPhone/OptimizingforSafarioniPhone.ht
ml
This app however does not pick up the max-device-width min-device-width and
orientation correctly.
Original comment by rahul....@gmail.com on 3 Dec 2010 at 10:59
Original issue reported on code.google.com by
bre...@gmail.com
on 12 Nov 2010 at 4:36The text was updated successfully, but these errors were encountered: