Reputation: 648
How do i prevent the user from zooming in on a webpage?
I have tried
<meta name="viewport" content="user-scalable=no">
but that does not prevent zooming.
Upvotes: 1
Views: 907
Reputation: 60
maybe you can use
content="width=device-width"
instead of the way you used.
I wish I helped you.
Upvotes: 1