Skip to content

Instantly share code, notes, and snippets.

@navio
Created August 20, 2014 15:45
Show Gist options
  • Save navio/237d10d185e597cdc36d to your computer and use it in GitHub Desktop.
Save navio/237d10d185e597cdc36d to your computer and use it in GitHub Desktop.
Verify if iOS is being used. By Agent
function isIOS(){
return navigator.userAgent.match(/(iPod|iPhone|iPad)/i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment