-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
WebView Detection and Package Updates
This wiki page delves into the process of detecting the Android System WebView version on a user’s device and outlines strategies for handling scenarios where an update/install might be required.
***
### What is WebView? A WebView is a view component in the Android development framework that lets your app render web content. This capability allows web-based functionalities to be seamlessly integrated into your software by effectively embedding a tiny web browser within its interface.
The Android System WebView is a system component that is necessary for WebView to work properly.
***
In this case, the android device has neither `com.android.webview` (Android System WebView on older devices) nor `com.google.android.webview` (Android System WebView on newer devices).
To fix this: You must Install the latest version of [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview).
Your device has the correct Android System WebView however lacks the minimum requirement (>=77) for AnkiDroid to function properly.
Again, you can fix this by updating to the latest version of [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview).
This error is only applicable to older Android (<=7) devices. If you have received this message, you must follow the following steps:
- ### enable the older System WebView on your device
To do this,
- Open the Settings app on your device.
- Choose “Apps” section within the settings and tap “More”.
- Tap “Show System”.
- Tap “Android System WebView” and then tap “Disable”.
- ### Install the Latest Version of [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview).
Help us make AnkiDroid better: Sponsor AnkiDroid on GitHub Sponsors 💜