We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the webview window is created, if you press minimize too early the entire application crashes.
Steps to reproduce the behavior:
The window should minimize without crashing
Version (please complete the following information):
EXCEPTION_ACCESS_VIOLATION_READ / 0x0
note that adding null check resolves issue and everything behaves as expected, haven't delved deep enough to see if has any repercussions
Here's the parameters the webview is initialized with
The text was updated successfully, but these errors were encountered:
If the window is closed before complete initialization, Webview will also crash
Sorry, something went wrong.
如果在完成初始化之前关闭窗口,Webview 也会崩溃
No branches or pull requests
When the webview window is created, if you press minimize too early the entire application crashes.
Reproduce Steps
Steps to reproduce the behavior:
Expected behavior
The window should minimize without crashing
Version (please complete the following information):
EXCEPTION_ACCESS_VIOLATION_READ / 0x0
note that adding null check resolves issue and everything behaves as expected, haven't delved deep enough to see if has any repercussions
Here's the parameters the webview is initialized with
The text was updated successfully, but these errors were encountered: