Crosswalk: deviceready has not fired after 5 seconds

Hi,

I created a new project to test Crosswalk and when I run it the deviceready event is never fired.

I executed the following commands:

npm install ionic
ionic start my_app
cd my_app
ionic browser add crosswalk
ionic run android

and the output is:

01-14 14:37:05.817: D/XWalkCordovaWebViewClient(20192): onPageFinished(file:///android_asset/www/index.html#/tab/dash)
01-14 14:37:05.817: D/CordovaActivity(20192): onMessage(onPageFinished,file:///android_asset/www/index.html#/tab/dash)
01-14 14:37:05.827: I/chromium(20192): [INFO:SkUtilsArm.cpp(179)] Device supports ARM NEON instructions!
01-14 14:37:10.367: I/chromium(20192): [INFO:CONSOLE(1154)] "deviceready has not fired after 5 seconds.", source: file:///android_asset/www/cordova.js (1154)
01-14 14:37:10.367: I/chromium(20192): [INFO:CONSOLE(1147)] "Channel not fired: onNativeReady", source: file:///android_asset/www/cordova.js (1147)
01-14 14:37:10.377: I/chromium(20192): [INFO:CONSOLE(1147)] "Channel not fired: onPluginsReady", source: file:///android_asset/www/cordova.js (1147)
01-14 14:37:10.377: I/chromium(20192): [INFO:CONSOLE(1147)] "Channel not fired: onCordovaReady", source: file:///android_asset/www/cordova.js (1147)

Any idea?

2 Likes

Same here. Any fix for that?