can not install Android System Webview on Android 4.4.2

故事扮演 提交于 2020-01-25 06:54:07

问题


I have Galaxy S3 that is running Android 4.4.2. I keep noticing that more and more apps do not display web stuff on my phone. I suspect it is because I am missing Android System Webview. The play store says that current version of webview in incompatible with my 4.4.2.
1) what is the minimum Android version that the webview supports? 2) are there any legit and solid alternatives to Google's webview that can be installed instead?


回答1:


From: https://developer.chrome.com/multidevice/webview/overview

Only starting with Android 5.0 was the System WebView updatable.

For anything below Android 5.0, apps could have included their own WebView like the now deprecated Project Crosswalk (repo here) to handle the differing levels of HTML5 support on older Android devices.

Another option would be Mozilla's GeckoView which supports devices with Android 4.3 and up.

Given the Android framework level changes needed for an updatable WebView, your best bet is upgrade the OS on your device.



来源:https://stackoverflow.com/questions/50459654/can-not-install-android-system-webview-on-android-4-4-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!