Skip to content

Instantly share code, notes, and snippets.

@emanuel-sanabria-developer
Created October 24, 2013 15:03
Show Gist options
  • Save emanuel-sanabria-developer/7138826 to your computer and use it in GitHub Desktop.
Save emanuel-sanabria-developer/7138826 to your computer and use it in GitHub Desktop.
isMobile
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
// some code..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment