Answers for "how to diable zoom in mobile view in html"

1

how to disable zoom in html page on different screen resolutions

<meta name="viewport" content="width=device-width, user-scalable=no">
Posted by: Guest on May-22-2020
-1

css disable zoom on mobile

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
Posted by: Guest on June-04-2021

Code answers related to "how to diable zoom in mobile view in html"

Browse Popular Code Answers by Language