You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method Bridge.isMinimumWebViewInstalled() expects the WebView package to be com.android.chrome or com.google.android.webview
Amazon uses a different WebView package name i.e com.amazon.webview.chromium
so, Bridge.isMinimumWebViewInstalled() failes to detect the correct WebView version and returns false -> the errorPath page is displayed
Expected Behavior
The Amazon WebView Major version seems to be the same as the official Google WebView major version, so we only need to make a small change to use the package name com.amazon.webview.chromium to support Amazon Fire devices
Code Reproduction
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
android
Current Behavior
The method
Bridge.isMinimumWebViewInstalled()
expects the WebView package to becom.android.chrome
orcom.google.android.webview
Amazon uses a different WebView package name i.e
com.amazon.webview.chromium
so,
Bridge.isMinimumWebViewInstalled()
failes to detect the correct WebView version and returnsfalse
-> the errorPath page is displayedExpected Behavior
The Amazon WebView Major version seems to be the same as the official Google WebView major version, so we only need to make a small change to use the package name
com.amazon.webview.chromium
to support Amazon Fire devicesCode Reproduction
The text was updated successfully, but these errors were encountered: