Skip to content
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

case WM_DESTROY: w->terminate(); break; #937

Open
FiveTechSoft opened this issue May 18, 2023 · 1 comment
Open

case WM_DESTROY: w->terminate(); break; #937

FiveTechSoft opened this issue May 18, 2023 · 1 comment

Comments

@FiveTechSoft
Copy link

Could you make the call to w->terminate() optional ?

When using WebView from another app window, it sends a PostQuitMessage() and closes the entire app

many thanks

@SteffenL
Copy link
Collaborator

SteffenL commented Jun 2, 2023

I would definitely support giving the user more control over this behavior but I would personally also like to see a redesign of the API. Personally I would like a clear separation between application and window. The work I started in #766 can be adapted to provide an option for this but it ended up in limbo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants