Change default webkit on Apache Cordova - Android

后端 未结 3 1329
梦如初夏
梦如初夏 2020-12-30 06:51

In my team we are developing an application which is going to be played on tablets, the project has been largely developed and tested on Google Chrome.

At this time

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 07:24

    I'd suggest checking out CrossWalk. It's developed by Intel and uses the Blink rendering engine (same as chrome). You package it with your cordova app and then you can use same the Web rendering engine across all devices and versions 4.0+.

    https://crosswalk-project.org/

    Note: It adds about 20MB to your app's size, but I'd say that's minor for the headaches it would save you in cross device/version testing that you'd have to do.

    Check out here to get started with crosswalk and cordova.. https://github.com/crosswalk-project/crosswalk-website/wiki/Create-Sample-App-With-Crosswalk-Cordova-Android

提交回复
热议问题