Skip to content

Instantly share code, notes, and snippets.

@keriati
Created April 11, 2012 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save keriati/2357672 to your computer and use it in GitHub Desktop.
Save keriati/2357672 to your computer and use it in GitHub Desktop.
Mobile Browser Detection Javascript
// Bad practice!
function detectMobile() {
return (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment