Open zachleat opened 10 years ago
BBOS5?... I'm all for backwards compatibility but BBOS7 and maybe BBOS6 is the cutoff for me.
According to the RIM it should support CSS3 media queries:
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.
@scunliffe BBOS5 doesn’t cut the mustard for us, but we still test in it to make sure things are functional.
Updated with more accurate title.
On a 320px device width Blackberry 9330 Curve OS5 device,
@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)