Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do older versions of Android upgrade the chrome webview?

Does the webview component within Android get upgraded with system updates on on older versions of Android? Meaning, if I have a device that is running Android 4.4 Kitkat, and I have run all the system updates, will the webview in fact be at a much more recent version? The reason I ask is I am building a webapp that needs to run within a supported version of the webview component.

Thank you.

like image 206
Doughy Avatar asked Oct 28 '25 01:10

Doughy


1 Answers

Updating the WebView through Play Store is a feature new in Android 5.0 (and in Android 7.0 this component was folded into Chrome itself, eliminating the separate Android System WebView app). Older versions of Android have a version of WebView that can only be updated through a system update.

According to developer.chrome.com:

The WebView shipped with Android 4.4 (KitKat) is based on the same code as Chrome for Android version 30. This WebView does not have full feature parity with Chrome for Android and is given the version number 30.0.0.0.

The updated WebView shipped with Android 4.4.3 has the version number 33.0.0.0.

The Android 4.4 WebView is based on Chrome, while older versions were based on WebKit.

In https://caniuse.com they indicate which features you'll be able to use in "Android 4.4 browser".

like image 123
Josh Lee Avatar answered Oct 29 '25 18:10

Josh Lee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!