Replies: 2 comments 5 replies
-
I think intentional, because it's extending a Page and it now behaves like a page. This includes all the navigatedTo, navigatedFrom, appearing, dissapearing. You can also get some knowledge in this relevent answer. |
Beta Was this translation helpful? Give feedback.
4 replies
-
This sounds like a regression to me. I suspect it's difficult to confirm but do you know if the popup does actually close when the app is backgrounded? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With Popup v2, the
Closed
event of a Popup is triggered when the app goes into the background (e.g., when minimized or suspended).After the app resumes, the
Opened
event is raised again.This behavior does not seem to occur in Popup v1, where the popup remained open when the app was backgrounded.
The Closed event was only raised when the popup was actually dismissed by the user or via code.
Is this new behavior intentional in Popup v2, or is it a regression compared to v1?
Beta Was this translation helpful? Give feedback.
All reactions