Hello all,

I'm having an issue with crosswalk-cordova and it only occurs on one of my two test phones (The HTC EVO LTE)

I follow the instructions here to set up a sample application - https://crosswalk-project.org/documentation/cordova/develop_an_application.html
I build and launch the app with "cordova\run" as per instructions above
I get the following alerts one after the other.
    gap:["PluginManager","startup","PluginManager042762801"]
    gap:["app","show","app84276802"]
Pressing "Ok" causes the app to freeze and the following alert is shown

    Application Error
"the connection to the server was unsuccessful. (file:///android_asset/www/index.html)

Pressing cancel allows the app to run and it seems to run without error. That would be fine, if the alerts weren't persistent after a --release build process (build -> sign -> install)

The internet suggests I have the wrong cordova.js file, I'm not sure how this could be the case when I'm following the instructions from the website and not making any changes anywhere along the way. It also suggests using the following line might solve the problem, but all that did was suppress the errors and stop any device events from triggering (including deviceready)
        <script>window._cordovaNative = true;</script>

I'm working with crosswalk-cordova 9.38.208.1 (arm).
The issue does not arise when using my Samsung Galaxy s5.
It also doesn't happen in an older version of my app, where I did not include cordova.js and did not use an event listener for deviceready.

Any help would be greatly appreciated as this has basically halted development.

cheers,
Rohan.
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to