-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
WebView2Wpf init #86
Comments
Unloaded += (s, e) => Dispose(); I don't think that's necessary |
This is to release the Web View and allow exit of the App, I will add a property to allow you to change this as a setting, |
@jiongge Please check the latest version, hopefully it contains all you need as per your request. You may need to set the |
it's perfect for me. Thank you!~~ |
Thanks because this project solved my problem!
But the question is I want to know when the WebView2 initialization is done
Can set _WebBrowser into public or implement EnsureCoreWebView2Async method and CoreWebView2InitializationCompleted event
Thanks!~~
https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.wpf.webview2?view=webview2-dotnet-1.0.2365.46
The text was updated successfully, but these errors were encountered: