Hah.. Yeah why this hasn't been done sooner.. Couldn't tell you On 4/15/13 12:49 PM, "Andrew Grieve" <[email protected]> wrote:
>We have this in many of our tests, but why not just put it right in
>cordova.js?
>
>e.g.
>
>var timerId = null;
>document.addEventListener('deviceready', function() {
> window.clearTimeout(timerId);
>}, false);
>timerId = window.setTimeout(function() {
> console.log('Cordova failed to initialized due to the following channels
>not firing: ...');
>}, 1000);
