Layout blurry/low quality when jQuery mobile on android using phonegap -
i'm using phonegap , jquery mobile develop android application. in browser, pages fine, when run app on device (=in webview), pages cheap , kind of... off. if page zoomed 101% or that. has else run problem? idea how fix it?
have tried adding target-densitydpi=device-dpi value viewport meta tag in </head> of page this:
<head> <meta name="viewport" content="width=device-width, target-densitydpi=device-dpi" /> ... </head> that should trick; hope helps!
Comments
Post a Comment