Use Chrome as render engine for Android webview

后端 未结 3 2028
粉色の甜心
粉色の甜心 2020-12-29 20:49

I found this question very similar to what I need but I need chrome. Because of many reasons android webView (as I discussed here ) is not compatible with my application\'s

相关标签:
3条回答
  • 2020-12-29 20:57

    In addition to @Hyangelo's answer, if anyone needs to support Chrome for Android versions 4.0-4.3, you can use crosswalk.

    0 讨论(0)
  • 2020-12-29 21:04

    This is coming as the default in Android 4.4 KitKat. See https://developers.google.com/chrome/mobile/docs/webview/overview

    0 讨论(0)
  • 2020-12-29 21:08

    Here is a proof of concept for a view that uses the Chromium code and has a WebView-like API. https://github.com/pwnall/chromeview

    Make sure to read the Issues section in the Readme. This is merely a starting point, it's not ready for production use.

    0 讨论(0)
提交回复
热议问题