2.4.1 • Published 6 years ago
@mattlewis92/cordova-plugin-crosswalk-webview v2.4.1
cordova-plugin-crosswalk-webview
Makes your Cordova application use the Crosswalk WebView instead of the System WebView. Requires cordova-android 4.0 or greater.
For more detail, go here
installation
- install directly with repo url (unstable)
 
cordova plugin add https://github.com/YES-Lee/cordova-plugin-crosswalk-webview.git
- download repo and install with repo path (recommanded)
 
git clone https://github.com/YES-Lee/cordova-plugin-crosswalk-webview.git
cordova plugin add /your path/cordova-plugin-crosswalk-webview
NOTE
- remove 
requireCordovaModuleto compatible withCordova 9.x - change gradle 
leftShifttodoLast 
2.4.1
6 years ago