How to install crosswalk lite plugin using cordova

2019-08-11 07:07发布

I would like to know how to use "cordova plugin add cordova-plugin-crosswalk-webview" but instead install the lite version. Thanks.

1条回答
地球回转人心会变
2楼-- · 2019-08-11 07:49

If you use Ionic Framework it becomes very easy. So, using Ionic you could choose among all available browser listed by the Ionic CLI command ionic browser list. Output example:

Android - Browsers Listing:

Available - Crosswalk - ionic browser add crosswalk
         Version 8.37.189.14 Published
         Version 9.38.208.10 Published
         Version 10.39.235.15 Published
         Version 11.40.277.7 Published
         Version 12.41.296.5 Published
(beta)   Version 13.42.319.6 Published
(canary) Version 14.42.334.0 Published

Available - Crosswalk-lite - ionic browser add crosswalk-lite
(canary) Version 10.39.234.1 Published
(canary) Version 10.39.236.1 Published

Then, for example, install an alternate browser with the command:

ionic browser add crosswalk-lite@10.39.236.1
查看更多
登录 后发表回答