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
Is your feature request related to a problem? Please describe.
I'm building an application using wails v2, what I want to do is to download webview2 in a separate bootstrapper that will download all dependencies of the application (including webview2, if not installed), and then use downloaded (not installed in the system) version.
I think it's not very good for user experience to pop up messages and force them to download a webview or silently download it without any visual feedback.
Also, this could be helpful when debugging issues with a specific version of webview2.
Describe the solution you'd like
Basically just add a new field in struct windows.Options and pass it to createCoreWebView2EnvironmentWithOptions
Is your feature request related to a problem? Please describe.
I'm building an application using wails v2, what I want to do is to download webview2 in a separate bootstrapper that will download all dependencies of the application (including webview2, if not installed), and then use downloaded (not installed in the system) version.
I think it's not very good for user experience to pop up messages and force them to download a webview or silently download it without any visual feedback.
Also, this could be helpful when debugging issues with a specific version of webview2.
Describe the solution you'd like
Basically just add a new field in struct
windows.Options
and pass it tocreateCoreWebView2EnvironmentWithOptions
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: