onShellAppReady Event
Event
Since JavaScript APIs provided by Shell App Framework are initialized after a page is loaded in the WebView, they can be used after an onShellAppReady event occurs. Note, however, that if they are called before the onShellAppReady event, an undefined error will occur. Usually the onShellAppReady event is called after an onLoad event.
Sample
Revision History
- 06/12/2013
- Initial release