38

我发现这个问题与我需要的非常相似,但我需要 chrome。由于许多原因,android webView(正如我在这里讨论的那样)与我的应用程序的要求不兼容。

那么有什么方法可以使用Chrome作为Android webview渲染引擎

4

3 回答 3

20

这是 Android 4.4 KitKat 中的默认设置。请参阅https://developers.google.com/chrome/mobile/docs/webview/overview

于 2013-11-01T05:38:45.943 回答
12

这是使用 Chromium 代码并具有类似 WebView API 的视图的概念证明。 https://github.com/pwnall/chromeview

请务必阅读自述文件中的问题部分。这只是一个起点,还没有准备好用于生产。

于 2013-04-08T02:50:58.180 回答
2

除了@Hyangelo 的回答,如果有人需要支持 Chrome for Android 4.0-4.3 版本,您可以使用crosswalk

于 2016-03-29T10:18:49.867 回答