Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use the viewport meta tag for the Galaxy S3?

I am trying to set the viewport width on the Galaxy S3, but the result is wired.

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

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

like image 978
mikul Avatar asked Sep 28 '12 12:09

mikul


1 Answers

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

like image 170
PhonicUK Avatar answered Oct 31 '22 16:10

PhonicUK