Skip to content

Instantly share code, notes, and snippets.

@asha23
Created August 12, 2013 18:25
Show Gist options
  • Save asha23/6213563 to your computer and use it in GitHub Desktop.
Save asha23/6213563 to your computer and use it in GitHub Desktop.
Returns true or false if IOS.
iOSDevice = !!navigator.platform.match(/iPhone|iPod|iPad/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment