#Tauri has a way to download when downloading the application also download the webview that you shou

3 messages · Page 1 of 1 (latest)

atomic marten
#

Mainly to use CSS functionalities that may be in Chromium but not in other outdated webviews. (I know polyfils can be used)

naive crystal
#

On windows, yes. It will download the latest version if there's none on the system but you can specify a minimum version (so that it will download latest version if there's an installation but it's too old) via https://v2.tauri.app/reference/config/#minimumwebview2version.
On macOS the webview is integrated into the OS and can only be updated with OS updates.
On Linux this is up to the package manager on the user's system (for deb/rpm) or on your build system (appimage).

Downloading a newer version is not feasible on any platform other than Windows until we offer a CEF based webview alternative where we have a bit more control over this.

atomic marten
#

In my case is for Mobile, I have understood that IOS and Samsung have different webview, so I wanted to know if there is any way to add a webview version in the app to use it instead use the one of the mobile system