Skip to content

Instantly share code, notes, and snippets.

@mattgoucher
Created September 17, 2012 01:01
Show Gist options
  • Select an option

  • Save mattgoucher/3735045 to your computer and use it in GitHub Desktop.

Select an option

Save mattgoucher/3735045 to your computer and use it in GitHub Desktop.
iOS User Agent Sniffer
var ios = (navigator.userAgent.match(/iP(hone|od|ad)/))? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment