I have a response website and with the meta-tag I want the mobile phones to set the viewport to 320 width. I've inserted the following metatag:
<meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
Somehow, this viewport does works on iphone, but not on Galaxy S3. I've tested Android phones with smaller screens, they worked also. The Galaxy G3 has a Portrait Width of 360px according to http://viewportsizes.com/ It seems that the S3 doesn't change the viewport.
I've also tested it width content="width=device-width" and content="target-densitydpi=device-dpi". All without luck.
I've searched on the net for solutions, but couldn't find the right solution.
Any help would be appreciated! :)
