How to use viewport meta tag for Galaxy S3?

I'm trying to set the width of the viewport on the Galaxy S3, but the result is connected.

<meta id="ctl00_meta" name="viewport" content="width=640" />

This viewport works on iPhone and other devices, but not on the Galaxy S3.

+5
source share
1 answer

You need to add , target-densitydpi=device-dpito your content.

+6
source

All Articles