How To Make A Mobile Page Not Scalable To Zoom In
- Forums
- HTML
- How To Make A Mobile Page Not Scalable To Zoom In
i have the code you need in your HTML for mobile website where you want to disable the function for users to allow scalability [8705], Last Updated: Sat May 18, 2024
wallpaperama
Wed Dec 31, 1969
0 Comments
143 Visits
if you want to disable or stop a user from zooming into a webpage, you can use this simple code:
<meta name="viewport" content="width=device-width, user-scalable=no" />
its very simple, try it