Hi,
I did this
cordova plugin add cordova-plugin-crosswalk-webview
Then I build my app
ionic package build android
But when the APK was downloaded I didn’t see any changes, do I need to do some configuration?
Hi,
I did this
cordova plugin add cordova-plugin-crosswalk-webview
Then I build my app
ionic package build android
But when the APK was downloaded I didn’t see any changes, do I need to do some configuration?
I don’t know anything about ionic package
but when building locally it usually helps to run cordova clean
after adding the crosswalk plugin.
Thanks for the response