I have a Samsung Galaxy S3 Android Version 2.3 and am trying to change some media queries for it. I am using this:
@media only screen and (-webkit-device-pixel-ratio: 2) {}
Which seems to be working for Chrome on Android, but not the native Android Browser. I've looked at what would target this browser and it says 360px W, 567px H, -webkit-pixel-ratio:2, but it is not working. Does anyone know how to get this browser to behave?