Skip to content

Instantly share code, notes, and snippets.

@rishabhmhjn
Created October 27, 2014 01:59
Show Gist options
  • Save rishabhmhjn/4fea43561b424d9cce3a to your computer and use it in GitHub Desktop.
Save rishabhmhjn/4fea43561b424d9cce3a to your computer and use it in GitHub Desktop.
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