Created
September 19, 2016 02:38
-
-
Save kimtrien/a01c0addcdbdf0a0b20acef2a2e3f1b8 to your computer and use it in GitHub Desktop.
Detect Mobile Javascript
This file contains 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( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { | |
// some code.. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment