Skip to content

Instantly share code, notes, and snippets.

@frentsel
Created September 14, 2015 15:25
Show Gist options
  • Save frentsel/6017bfa9eb596059480d to your computer and use it in GitHub Desktop.
Save frentsel/6017bfa9eb596059480d to your computer and use it in GitHub Desktop.
isMobile.js
var isMobile = function(){
return /Mobi|Mini|Symbian|SAMSUNG|Nokia|BlackBerry|Series|Bada|SymbOS|PLAYSTATION/g
.test(navigator.userAgent.toString());
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment