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

Blackberry OS5 doesn’t handle decimal places on units in media queries. #48

Open
zachleat opened this issue Jun 16, 2014 · 4 comments

Comments

@zachleat
Copy link

On a 320px device width Blackberry 9330 Curve OS5 device,

Works Doesn’t Work
@media (max-width: 767px) {} @media (max-width: 47.9375em) {}
@media (min-width: 1em) @media (min-width: 1.5em)
@media (min-width: 1.5em), (min-width: 24px)
@media (min-width: 24px), (min-width: 1.5em)
@scunliffe
Copy link

BBOS5?... I'm all for backwards compatibility but BBOS7 and maybe BBOS6 is the cutoff for me.

@tedtate
Copy link

tedtate commented Jun 17, 2014

According to the RIM it should support CSS3 media queries:

http://docs.blackberry.com/en/developers/deliverables/11844/BB_Browser_content_support_by_version_438586_11.jsp

That said, in 2008 I can imagine the media query support in the BBOS browser would be pretty spotty. This was also the last version of the browser before RIM switched over to webkit.

@zachleat
Copy link
Author

@scunliffe BBOS5 doesn’t cut the mustard for us, but we still test in it to make sure things are functional.

@zachleat zachleat changed the title Blackberry OS5 doesn’t handle ems in max-width media queries. Blackberry OS5 doesn’t handle decimal places on units in media queries. Jun 17, 2014
@zachleat
Copy link
Author

Updated with more accurate title.

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

No branches or pull requests

3 participants