Skip to content

Instantly share code, notes, and snippets.

@bryanp
Created September 9, 2011 16:03
Show Gist options
  • Select an option

  • Save bryanp/1206611 to your computer and use it in GitHub Desktop.

Select an option

Save bryanp/1206611 to your computer and use it in GitHub Desktop.
JS iPad Detection
function isiPad() {
return navigator.userAgent.match(/iPad/i) != null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment