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 overcome this like, wrapping the app in a specific WebView, or force he device to upgrade its WebView when the app is installed, or anything else? Otherwise I would need to fix the issues found one by one to allow the backward compatibility?
Sorry if the question lacks tech detail or doesn't make sense, I am not familiar with Android development :/
Thanks and regards
question from:
https://stackoverflow.com/questions/66051244/android-capacitor-app-for-an-old-android-system-webview-on-chromebook 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…