Skip to content

Instantly share code, notes, and snippets.

@sairion
Last active December 18, 2015 03:39
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 sairion/5719500 to your computer and use it in GitHub Desktop.
Save sairion/5719500 to your computer and use it in GitHub Desktop.
Detect mobile by UA String
//
//from http://stackoverflow.com/questions/3514784/what-is-the-best-way-to-detect-a-handheld-device-in-jquery
(/iPhone|iPod|iPad|Android|BlackBerry/).test(navigator.userAgent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment