Trying to inspect a cordova4
app built with crosswalk version 12.41.296.9
ends up in full white chrome window.
The complete same App, built with crosswalk version 10.39.235.15
is fully debuggable with chrome.
I already compared the gradle settings, the properties files and the generated manifests. The only difference is in the file project.properties
:
Any suggestions why?
Note: The crosswalk packages can be found here:
It seems this is compatibility issue of the different versions between cordova and crosswalk.
Update:
With => In another app with the same setup it does not work again. cordova5
and crosswalk 12.41.296.9
the chrome inspect works as expected.