Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't shutdown browser when suspending UWP app #26204
Open
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are more ways to trigger suspension than just closing the app. We should figure out how to store the current session information (like active URL) and make use of that in OnActivated to resume the last page if necessary, but unless there's a way to tell that the user chose to close the app, we probably should not be shutting down.