Zoom Buttons in Android Web Browser

The website I'm working on is specifically designed for Android. The user will not benefit from the built-in zoom buttons of Android. On the contrary, they create a mess. How to disable them?

+7
android website
source share
1 answer

the following code is magic

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> 
+6
source share

All Articles