Skip to content
Discussion options

You must be logged in to vote

This issue is not MAUI Specific; this is how Mac Catalyst generally works. With a single instance application, closing the window closes the application. When you enable multiple windows, the opposite happens; Closing all of the open windows does not close the application but keeps it running so you can open windows from the dock.

As I pointed out, you can change that behavior by accessing the underlying AppKit Delegate and forcing it to change. Still, these are private APIs and are discouraged from use.

I am moving this to a discussion as this is not a MAUI bug.

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@MartyIX
Comment options

MartyIX Feb 28, 2023
Collaborator Author

Comment options

MartyIX
Feb 26, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MartyIX
Comment options

You must be logged in to vote
1 reply
@drasticactions
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Something isn't working
5 participants
Converted from issue

This discussion was converted from issue #13561 on February 27, 2023 06:25.