How to integrate with crosswalk lite with ionic

ぃ、小莉子 提交于 2019-12-08 16:27:29

If you already have Crosswalk plugin uninstall it with Cordova CLI : cordova plugin rm cordova-plugin-crosswalk-webview

And then install Crosswalk in Lite mode : cordova plugin add cordova-plugin-crosswalk-webview --variable XWALK_MODE="lite"

APK size before : 27.9 MB, after: 15.5 MB

cf. https://crosswalk-project.org/jira/browse/XWALK-5189

As far as I know the problem is with Chromium. The code is not modular, so the Crosswalk team can't separate specyfic features.

So the answer is NO. At this moment you can't minimalize app size :(

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!