I'm having trouble specifically targetting the nexus 10 with a media query. It would be simple if I could just do -webkit-min-device-pixel-ratio: 2.0, but I also need it to look good on a Chromebook Pixel, and that dpi is around 220! Setting (min-resolution: 240dpi) does not work :(
Is there any way to target the Nexus 10 Tablet with a media query only?
Thank you!