Skip to content

Instantly share code, notes, and snippets.

@SanichKotikov
Created December 30, 2015 12:57
Show Gist options
  • Save SanichKotikov/cfefe130fdb9605351ba to your computer and use it in GitHub Desktop.
Save SanichKotikov/cfefe130fdb9605351ba to your computer and use it in GitHub Desktop.
function isIOS() {
return !!navigator.platform.match(/iPhone|iPod|iPad/);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment