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
Describe the bug
Users are experiencing issues with our twa app.
Device that are using chrome cannot open chrome.
The issue:
It seems that the package manager is unable to get the installed browser on the phone.
Sometimes it returns that chrome browser is installed but it fails to detected it as a custom tab compatible browser.
It is not a consistent bug. Most of the user are able to use the app for some times and suddenly the app is unable to find the browsers.
Uninstalling the app does not fix the issue.
A clone app (by changing the appID) will work even if the original one is not.
Expected behavior
Browser & custom tab browser should be find
Did this ever used to work
Use to have incompatibility with some phones, but the issue start to increase a lot mostly on samsung phones
Code Snippets
Class: Token.class : PackageIdentityUtils.getFingerprintsForPackage(packageName, packageManager);
Class from lib, does not find any app even if installed on the phone.
Describe the bug
Users are experiencing issues with our twa app.
Device that are using chrome cannot open chrome.
The issue:
It seems that the package manager is unable to get the installed browser on the phone.
Sometimes it returns that chrome browser is installed but it fails to detected it as a custom tab compatible browser.
It is not a consistent bug. Most of the user are able to use the app for some times and suddenly the app is unable to find the browsers.
Uninstalling the app does not fix the issue.
A clone app (by changing the appID) will work even if the original one is not.
Expected behavior
Browser & custom tab browser should be find
Did this ever used to work
Use to have incompatibility with some phones, but the issue start to increase a lot mostly on samsung phones
Code Snippets
Class: Token.class : PackageIdentityUtils.getFingerprintsForPackage(packageName, packageManager);
Class from lib, does not find any app even if installed on the phone.
android-browser-helper/androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/TwaProviderPicker.java
Line 49 in 7a2953b
"pm.queryIntentActivities(queryBrowsersIntent, PackageManager.MATCH_DEFAULT_ONLY);" returns nothing
There is no way to reproduce it, it's completely random. A working device can suddenly stop working.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: