This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Non-"retina" icons fuzzy on Nexus 7 #5165
Closed
Description
On a Nexus 7 tablet, -webkit-min-device-pixel-ratio is 1.3 -- too low to trigger jQM's HD sprite but high enough that the standard-res icons are blurry. This can be seen by visiting this page with the Nexus 7's Chrome browser.
I've fixed this for my app's custom icons by adjusting the media query as follows:
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (min-resolution: 124dpi) /* in the future, switch to 1.3dppx */
This would be a good improvement for jQM to make as well, but should it start even lower? Like 1.2?
Metadata
Metadata
Assignees
Labels
No labels