Skip to content

Instantly share code, notes, and snippets.

@chancesmith
Created October 13, 2016 14:20
Show Gist options
  • Select an option

  • Save chancesmith/332d5e312969623f34bf115dcedf4eae to your computer and use it in GitHub Desktop.

Select an option

Save chancesmith/332d5e312969623f34bf115dcedf4eae to your computer and use it in GitHub Desktop.
if mobile device
function isMobile(){
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) {
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment