I'm using Crosswalk in my cordova app but the app crash. If I remove Crosswalk, the app run.
Same things with the sample app.
Someone already work with Crosswalk-project ?
Thanks in advance
Problem solved by adding the following lines in AndroidManifest.xml
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With