Ankur
Ankur

Reputation: 12774

Get latest webkit version with WebView in android

As you can see on this page the webkit version with Android 4.1.1 is 534.30. Is there some way to embed the latest webkit version in my application like for eg 537.4 which comes with chrome 22 which i have created using cordova?

Upvotes: 2

Views: 2325

Answers (1)

Simon MacDonald
Simon MacDonald

Reputation: 23273

We looked at doing this for Cordova Android but it would mean each app would need to include the 40 mb of compiled webkit. This seemed like a non-starter to us. We are eagerly awaiting and SDK that gives us access to a ChromeWebView which would be more up to date compared to a the standard WebView.

Upvotes: 4

Related Questions