Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: App not working on Amazon Fire HD 10 due to webView version and errorPath #6602

Closed
arcadius opened this issue May 17, 2023 · 2 comments
Closed
Assignees
Labels
platform: android type: feature request A new feature, enhancement, or improvement

Comments

@arcadius
Copy link
Contributor

Bug Report

Capacitor Version

Capacitor:

   Capacitor CLI      : 4.8.0
   @capacitor/android : 4.7.0
   @capacitor/core    : 4.8.0
   @capacitor/ios     : 4.7.3

Platform(s)

android

Current Behavior

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

@ionitron-bot ionitron-bot bot added the triage label May 17, 2023
@ionitron-bot ionitron-bot bot removed the triage label May 17, 2023
arcadius added a commit to arcadius/capacitor that referenced this issue May 17, 2023
@markemer markemer added the type: feature request A new feature, enhancement, or improvement label May 30, 2023
@markemer markemer self-assigned this Jul 12, 2023
@jcesarmobile
Copy link
Member

fixed in #6603

Copy link

ionitron-bot bot commented Dec 29, 2023

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Dec 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform: android type: feature request A new feature, enhancement, or improvement
Projects
None yet
Development

No branches or pull requests

4 participants