forked from sintaxi/phonegap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured initialization of device to ensure phonegap available wh…
…en navigating between pages. Implemented the 'deviceready' event, do not expect any phonegap exec calls to be executed until the deviceready event has been fired. Use this: document.addEventListener('deviceready',YOUR_INIT_FUNCTION ,false);
- Loading branch information
Jesse MacFadyen
committed
Nov 30, 2009
1 parent
8ac7b32
commit fd7147e
Showing
3 changed files
with
79 additions
and
55 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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