@Media selector in CSS: how to tell iPhone 3Gs from iPad
Hi all,
I have a question concerning the capabilities of the @media selector.
From what I read in the documentation, @media, in AIR, supports these parameters
- os-platform (IOS, AND, MAC, WIN)
- application-dpi (160 = less than 200; 240=less then 280: 320: more than 280)
how does one tell if the device is iPhone 3gs or iPad?
both are IOS, both have application-dpi less than 200 (163 for iPhone 3, 132 for iPad)
it would be useful to use max-device-width, but I guess it's not supported? it's not working for me...
thanx!
