Last Updated: September 09, 2019
·
2.343K
· nebiros

Text and layout too small in a Samsung Galaxy S3?

I was testing a phonegap application in a Samsung Galaxy S3, the text was too small, also the layout, thank the gods for StackOverflow!. There's a lot of info about target-densitydpi feature in the Android platform, so, the fix:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, target-densitydpi=medium-dpi, user-scalable=0" />