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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -