Created
October 6, 2015 18:00
-
-
Save mt3o/ca7bebf8d6f75e77db91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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