Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created August 5, 2011 19:58
Show Gist options
  • Save brianleroux/1128365 to your computer and use it in GitHub Desktop.
Save brianleroux/1128365 to your computer and use it in GitHub Desktop.
put this in a script at the bottom of your html to fake a phonegap deviceready event
if (!PhoneGap)
document.dispatchEvent(document.createEvent('Events').initEvent('deviceready'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment