I'm working on a phonegap app and trying to test it on android emulators. The emulator that I'm testing on is Nexus 4. Here is the media query that I'm using:
@media screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) { //my css styles //nothing works here
}
Any ideas?
Checkout, do you have this code in your template:
And as I know, Nexus don't have Retina, so you should remove:
from your media-queries