Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not recognize handheld style tag media type #7

Open
GoogleCodeExporter opened this issue Aug 3, 2015 · 1 comment
Open

Does not recognize handheld style tag media type #7

GoogleCodeExporter opened this issue Aug 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant