Created
January 15, 2017 19:05
-
-
Save amogower/a3f09731432babfd3bc4feb3e6743830 to your computer and use it in GitHub Desktop.
Javascript Test for iOS and Firefox
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
| var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform); | |
| var ff = navigator.userAgent.indexOf('Firefox') > 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment