I have added Crosswalk to a cordova project, it works ok. But I wanted to remove it to do some tests, but I can't find out how.
I tried to remove the following line
android.library.reference.2=org.apache.cordova.engine.crosswalk/xwalk_core_library
from the project.properties file but the build process crashes.
Any help? Didn't find it in the documentation.
$ cordova plugin remove crosswalk-webview
is what worked for me
i also had to comment out the below line in platforms/android/project.properties
cordova.gradle.include.1=cordova-plugin-crosswalk-webview/v1-xwalk.gradle
I am working with Ionic these days, which I guess it's the same case. Give this a try:
$ cordova browser revert android
# or
$ cordova browser remove crosswalk
for ionic 4.x i used it
ionic cordova plugin remove crosswalk-webview
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