Skip to content

Instantly share code, notes, and snippets.

@simonwoo
Created September 9, 2014 10:03
Show Gist options
  • Select an option

  • Save simonwoo/fe835c625c50a4b7f1c0 to your computer and use it in GitHub Desktop.

Select an option

Save simonwoo/fe835c625c50a4b7f1c0 to your computer and use it in GitHub Desktop.
if (navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|IEMobile)/)) {
document.addEventListener("deviceready", onDeviceReady, false);
} else {
onDeviceReady(); //this is the browser
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment