How do I ensure Android phonegap/cordova apps use Chrome webviews?

前端 未结 6 1327
长情又很酷
长情又很酷 2020-12-23 01:52

I\'m writing a game app that twists SVG graphics until they cry \"Uncle!\". The program works OK on an iPad (safari/webkit) when hosted from a web server, for which no more

6条回答
  •  轮回少年
    2020-12-23 02:40

    This looks like a promising option: Crosswalk + Cordova.

    Benefits:

    • Use Cordova API
    • Use Crosswalk API
    • Cordova will use Crosswalk as its webview
    • Crosswalk does not use the Android webview, its based on Chromium

    Github repo: https://github.com/crosswalk-project/crosswalk-cordova-android.

提交回复
热议问题