Created
February 13, 2014 20:14
-
-
Save stephentcannon/8982954 to your computer and use it in GitHub Desktop.
Cordova Phonegap Deviceready
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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