【发布时间】:2013-01-26 12:49:43
【问题描述】:
我发现this question 与我需要的非常相似,但我需要 chrome。由于许多原因,android webView(正如我所讨论的 here )与我的应用程序的要求不兼容。
那么有什么方法可以使用Chrome作为Android webview的渲染引擎
【问题讨论】:
标签: android google-chrome android-webview
我发现this question 与我需要的非常相似,但我需要 chrome。由于许多原因,android webView(正如我所讨论的 here )与我的应用程序的要求不兼容。
那么有什么方法可以使用Chrome作为Android webview的渲染引擎
【问题讨论】:
标签: android google-chrome android-webview
这是 Android 4.4 KitKat 中的默认设置。见https://developers.google.com/chrome/mobile/docs/webview/overview
【讨论】:
这是使用 Chromium 代码并具有类似 WebView 的 API 的视图的概念证明。 https://github.com/pwnall/chromeview
请务必阅读自述文件中的问题部分。这只是一个起点,还没有准备好用于生产。
【讨论】:
除了@Hyangelo的回答,如果有人需要支持Chrome for Android 4.0-4.3版本,可以使用crosswalk。
【讨论】: