Reputation: 2206
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 requirements.
So are there any ways to Use Chrome as render engine for Android webview
Upvotes: 39
Views: 67398
Reputation: 2583
In addition to @Hyangelo's answer, if anyone needs to support Chrome for Android versions 4.0-4.3, you can use crosswalk.
Upvotes: 2
Reputation: 4812
This is coming as the default in Android 4.4 KitKat. See https://developers.google.com/chrome/mobile/docs/webview/overview
Upvotes: 20
Reputation: 7134
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.
Upvotes: 12