Skip to content

Instantly share code, notes, and snippets.

@godrix
Created March 12, 2019 05:44
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 godrix/6adcff6c790fb9a3f23c24856ed7a9af to your computer and use it in GitHub Desktop.
Save godrix/6adcff6c790fb9a3f23c24856ed7a9af to your computer and use it in GitHub Desktop.
window.onload = function() {
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
console.log('Dispositivo Movel');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment