Skip to content

Instantly share code, notes, and snippets.

@stephentcannon
Created February 13, 2014 20:14
Show Gist options
  • Save stephentcannon/8982954 to your computer and use it in GitHub Desktop.
Save stephentcannon/8982954 to your computer and use it in GitHub Desktop.
Cordova Phonegap Deviceready
document.addEventListener('deviceready', function(){
Session.set('deviceready', true);
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment