How to force capacitor update to latest webview availabe? #3713
Replies: 2 comments 2 replies
-
No, it's not possible, users have to update the System WebView or Chrome (depending on the Android version) from Google Play |
Beta Was this translation helpful? Give feedback.
-
Because it's google's (and the phone vendors') fault for not caring about creating an ecosystem where Android could easily be updated (until recently). As a result, a significant percentage of Android users are using versions that are quite old. Ionic could not possibly work on such old versions of WebView.
Because electron runs on the desktop, so it can afford to embed the entire Chromium web engine in the app. Memory and disk storage are not really an issue on the desktop, whereas on a phone — especially the countless inexpensive Android phones out there — memory and storage are at a premium. Embedding a complete web engine adds 20-40MB to the app binary. In addition, until recently there weren't any good options for embedding a web engine on Android, so I'm not surprised Ionic hasn't tried. |
Beta Was this translation helpful? Give feedback.
-
I wonder if there will be a way for those users to update their WebView to latest.
for example, some android users have chrome 60 which is so outdated, is there a way to force capacitor to update itself to latest WebView (86) without forcing user to update it manually?
Beta Was this translation helpful? Give feedback.
All reactions