How can I “disable” zoom on a mobile web page?

This should be everything you need:

<meta name="viewport" 
      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

Leave a Comment