I am currently working on a web application using a meta tag with a dpi average of the view as shown below.
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,
width=device-width, user-scalable=no, target-densitydpi=medium-dpi" />
When I test it on S3 Galaxy device, visibility seems wrong.
I saw similar in Android 4.0.2. In android 4.0.2, I heard that the Android OS itself has an error that cannot correctly apply the viewport.
Does anyone have an idea?
source
share