Reputation: 91
I have problem with website width on iphone. I've added meta tag: to header, but still my website ignores scaling on iphone.
You find my website at http://dev.mooaed.com/
Thank you!
Upvotes: 1
Views: 108
Reputation: 656
replace both your viewport meta tags with this. I think the syntax is incorrect.
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
Upvotes: 2