Skip to content

Instantly share code, notes, and snippets.

@lesion
Created December 28, 2016 15:19
Show Gist options
  • Save lesion/f809cfca0eb1423f5703a529233db8d4 to your computer and use it in GitHub Desktop.
Save lesion/f809cfca0eb1423f5703a529233db8d4 to your computer and use it in GitHub Desktop.
cordova start event
if (window.cordova) {
document.addEventListener('deviceready', start, false)
} else {
window.addEventListener('load', start, false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment