Skip to content

Instantly share code, notes, and snippets.

@n3t0cfg
Created March 27, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n3t0cfg/b187dc59909ec5c8a83cb524ad3fb74a to your computer and use it in GitHub Desktop.
Save n3t0cfg/b187dc59909ec5c8a83cb524ad3fb74a to your computer and use it in GitHub Desktop.
Mobile detection in javascript
//Only for mobile
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
//CODE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment