Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 822
Ata Iravani Avatar asked Jan 26 '13 12:01

Ata Iravani


People also ask

Does Chrome use Android WebView?

No, Chrome for Android is separate from WebView. They're both based on the same code, including a common JavaScript engine and rendering engine.

Is there an alternative to Android System WebView?

Flyperlink is a great alternative app to System WebView.

Is WebView Chromium?

Android WebView is one of the six supported platforms for Chromium.


1 Answers

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

like image 85
Hyangelo Avatar answered Oct 04 '22 09:10

Hyangelo