Skip to content

Instantly share code, notes, and snippets.

@amogower
Created January 15, 2017 19:05
Show Gist options
  • Select an option

  • Save amogower/a3f09731432babfd3bc4feb3e6743830 to your computer and use it in GitHub Desktop.

Select an option

Save amogower/a3f09731432babfd3bc4feb3e6743830 to your computer and use it in GitHub Desktop.
Javascript Test for iOS and Firefox
var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform);
var ff = navigator.userAgent.indexOf('Firefox') > 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment