Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MehulATL/1995d7b0754ee0b0d574 to your computer and use it in GitHub Desktop.
Save MehulATL/1995d7b0754ee0b0d574 to your computer and use it in GitHub Desktop.
// temp fix for iOS8 beta, add it after the reference to cordova.js
if (navigator.userAgent === undefined) {
navigator.__defineGetter__('userAgent', function() {
return("Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment