Skip to content

Instantly share code, notes, and snippets.

@MikeMcChillin
Created November 20, 2013 20:26
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 MikeMcChillin/7570400 to your computer and use it in GitHub Desktop.
Save MikeMcChillin/7570400 to your computer and use it in GitHub Desktop.
isMobile() check
isMobile = ->
return (/Android|iPhone|iPad|iPod|BlackBerry|Windows Phone/i).test(navigator.userAgent || navigator.vendor || window.opera)
if isMobile() is true
alert "We're on mobile!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment