-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throw error when WebView is missing #69
Comments
system webview is:
|
I'm thinking installing WebView2 Runtime after asking the user if it is not present |
By "installing" you mean running the official installer as headless? I'm thinking that we could just give the user the installer link, so that we don't have to deal with
|
WebView2 Runtime installers are designed to run headlessly for this exact purpose so it should be fine? |
I thought that if we use the headless part, we still have to get the admin perm and handle restart ourselves. But I guess you're right, we can test and see. |
Ideally on any platform
The text was updated successfully, but these errors were encountered: