Skip to content

Instantly share code, notes, and snippets.

@mt3o
Created October 6, 2015 18:00
Show Gist options
  • Select an option

  • Save mt3o/ca7bebf8d6f75e77db91 to your computer and use it in GitHub Desktop.

Select an option

Save mt3o/ca7bebf8d6f75e77db91 to your computer and use it in GitHub Desktop.
if (navigator.userAgent.match(/(iPad|iPhone|iPod)/g) {
document.write("<meta name='viewport' content='width=1165, user-scalable=no'>"); // or whichever meta tags make sense for your site
} else {
document.write("<meta name='viewport' content='width=max-device-width, user- scalable=no'>"); // again, which ever meta tags you need
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment