Skip to content

Instantly share code, notes, and snippets.

@arakno
Created March 21, 2016 10:29
Show Gist options
  • Save arakno/ca67139b400131ab2b5c to your computer and use it in GitHub Desktop.
Save arakno/ca67139b400131ab2b5c to your computer and use it in GitHub Desktop.
detect iOS
instance.detectiOS = function () {
return /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment