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

On UWP, popup is dismissed if another is presented on top of it. #25

Open
Nerves82 opened this issue Nov 4, 2024 · 2 comments
Open

Comments

@Nerves82
Copy link

Nerves82 commented Nov 4, 2024

When attempting to present a new popup on top of one that is already displayed using PushAsync, the first popup disappears. The first page is not removed from the navigation stack and the "Popped" event does not fire, so the page is not being removed from the stack, but still disappears. If I am not mistaken, the expected behavior is that the second popup would show above the first.

@EORG-Dev
Copy link

I second this issue, tho it also happens on normal WinUI. Mopups does not have this issue, i'll probably just switch over to it. I appreciate the effort tho! @microspaze

@Nerves82
Copy link
Author

Nerves82 commented Dec 2, 2024

Ya, switching to Mopups is what I had to do to get around the issue.

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

No branches or pull requests

2 participants