codeFLOWee
codeFLOWee

Reputation: 91

Website width on iphone

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

Answers (1)

Ollie
Ollie

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

Related Questions