Skip to content

Instantly share code, notes, and snippets.

@floscr
Created July 22, 2016 09:42
Show Gist options
  • Save floscr/6240d2347abe0d2e2b18c057d8419a67 to your computer and use it in GitHub Desktop.
Save floscr/6240d2347abe0d2e2b18c057d8419a67 to your computer and use it in GitHub Desktop.
Detect Mobile
if(!(/Android|iPhone|iPad|iPod|BlackBerry|Windows Phone/i).test(navigator.userAgent || navigator.vendor || window.opera)) {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment