Skip to content

Instantly share code, notes, and snippets.

https://docs.google.com/a/bluestatedigital.com/document/d/1P1sB7p1KXoSSRIFLCNcS-KUO1w678Gn1XU6IsG7XIzw/edit?hl=en&authkey=CLDnxucL
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);