Hacker News new | ask | show | jobs
by chandi 878 days 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" />
1 comments

Please don't do this. Web-sites that restrict scaling are terrible for accessibility.