Galaxy S3 .. viewport metadata not working

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?

+2
source share
1 answer

I really found an important key.

http://developer.android.com/guide/webapps/targeting.html

"values ​​less than (or equal to) 320 result in a value equal to the width of the device

, " = 320", , IPhone, , , .

321, !

s3, playbook,

+5

All Articles