5 ms·
For the developer - adding the following to the viewport meta property stops the double-tap zoom on mobile (note: stops all zooming on mobile): <meta name="v
by chandi 3y ago
For the developer - adding the following to the viewport meta property stops the double-tap zoom on mobile (note: stops all zooming on mobile):
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" />
- ghusbands 3y agoPlease don't do this. Web-sites that restrict scaling are terrible for accessibility.