Phonegap - app resolution on various devices

0

Once again Phonegap!

I made an app, using html, css and jquery mobile that, if you open it as a 'site' on Android, the screen is a (relatively large) size. If you open it as an app, on some devices it adapts to the screen, getting the letters very small, and on other devices, the letters get bigger, using the scroll bar. I saw this difference in versions of Android 4.2.2 and 5.0 (larger letters) and 5.1 Lollipop (very small letters).

Is there any configuration for this, in XML, for example? I would like, if possible, the app to always be the size that appears as a site (large print).

Thank you !!

    
asked by anonymous 28.10.2015 / 14:54

1 answer

0

Use the following in the viewport: target-densitydpi = medium-dpi "

    
29.10.2015 / 23:56