Replies: 1 comment 3 replies
-
Custom Tabs will use the latest version of chrome, but won't have access to the bridge. Capacitor 2 supports System WebView/Chrome >= 50, Capacitor 3 will support System WebView/Chrome >= 60, so shouldn't have any issues on 68, at least should not be related to Capacitor. In Capacitor 3, the Device plugin will be a separate package, and the getInfo function will return the System WebView/Chrome version, won't solve your problem, but at least you can prompt the user to update to latest version if their version is old. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I have this app in React which is compiled for Android using Ionic Capacitor, and I am running into some issues.
It works fine for the Android devices I've tested so far, however when I test it on a Chromebook, I saw some issues, and after some investigation I found out that the Android System WebView in the device is pretty old (68.0.3440.91).
Is there anything I can do to fix this> Maybe overriding the Capacitor Bridge to use Custom Tabs (instead of webView), or force he device to upgrade its WebView when the app is installed/used, or anything else? Otherwise I would need to fix the issues one by one to allow the backward compatibility?
Thanks and regards
Beta Was this translation helpful? Give feedback.
All reactions