Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created May 25, 2022 12:12
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 jensgro/e694b341e72916a31d07bbaa5d8acc3d to your computer and use it in GitHub Desktop.
Save jensgro/e694b341e72916a31d07bbaa5d8acc3d to your computer and use it in GitHub Desktop.
soll testen, ob es sich um ein mobiles Device handelt
var isMobile = function() {
return /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment