Skip to content

Instantly share code, notes, and snippets.

@shaneriley
Created June 27, 2011 20:30
Show Gist options
  • Save shaneriley/1049756 to your computer and use it in GitHub Desktop.
Save shaneriley/1049756 to your computer and use it in GitHub Desktop.
iPhone/iPad/iPod Detector
$.is_iDevice = function() {
return $.inArray(navigator.platform, ["iPhone", "iPad", "iPod"]) !== -1;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment