Ata Iravani
Ata Iravani

Reputation: 2206

Use Chrome as render engine for Android webview

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

Answers (3)

yishaiz
yishaiz

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

Hyangelo
Hyangelo

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

pwnall
pwnall

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

Related Questions