Media Query for Android Devices

djalkana

New Member
I have my site optimized for OS and iOS, but testing it for Android through browserstack.com has left me puzzled about targeting Android devices in my media queries.Here is my query that works for iOS devices:\[code\]#using em based query after reading this article: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/@media only screen and (device-width: 20em)\[/code\]I have tried a variety of different queries (including px based queries), but just want one that will work for all / most handheld android devices. Have you had any luck with this? Thanks for your ideas.
 
Back
Top