Skip to content

Instantly share code, notes, and snippets.

@yellowberri-snippets
Created October 31, 2013 16:20
Show Gist options
  • Select an option

  • Save yellowberri-snippets/7252542 to your computer and use it in GitHub Desktop.

Select an option

Save yellowberri-snippets/7252542 to your computer and use it in GitHub Desktop.
JS: Mobile UA Check
function isMobile() {
return (/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