Although I have successfully optimized my site for OS and iOS, testing it on Android devices using browserstack.com has presented a challenge when it comes to targeting them with media queries.
This is the query that I currently use for iOS devices:
#utilizing em-based query after coming across this informative article: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/
@media only screen and (device-width: 20em)
I've experimented with various types of queries, including pixel-based ones, but haven't found one that works consistently across all or most handheld Android devices. Have you encountered similar issues? Your suggestions are greatly appreciated. Thank you.