Skip to content

Instantly share code, notes, and snippets.

@adesignl
Created July 23, 2013 17:13
Show Gist options
  • Save adesignl/6064193 to your computer and use it in GitHub Desktop.
Save adesignl/6064193 to your computer and use it in GitHub Desktop.
sniff for ios device using javascript
var iOS = ( navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true : false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment