Skip to content

Instantly share code, notes, and snippets.

@SapientBoston
Created May 22, 2013 14:13
Show Gist options
  • Select an option

  • Save SapientBoston/5627832 to your computer and use it in GitHub Desktop.

Select an option

Save SapientBoston/5627832 to your computer and use it in GitHub Desktop.
Javascript: Test For iPad
var isiPad = navigator.userAgent.match(/iPad/i) != null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment