Skip to content

Instantly share code, notes, and snippets.

@rishabhmhjn
Created October 27, 2014 01:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Viewport disable user pinch zoom on mobile devices to be put inside the <head> tag
<!-- Viewport mobile tag for sensible mobile support -->
<meta name="MobileOptimized" content="320" />
<meta http-equiv="cleartype" content="on" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment