You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Navigation to other page if there are some open popups is closing all of them (what is nice) but it would be better to close them when the page transition starts (not after finish) and if possible with closing animation.
Steps to Reproduce
Open 2 popups NavigationService.NaviageAsync("PopupA"); NavigationService.NavigateAsync("PopupB");
Execute NavigationService.NavigateAsync("PageA")
Expected Behavior
All popups are closed with animation and animation starts when page transition animation starts (or at least popups closed without animation but just after transition animation starts).
Description
Navigation to other page if there are some open popups is closing all of them (what is nice) but it would be better to close them when the page transition starts (not after finish) and if possible with closing animation.
Steps to Reproduce
NavigationService.NaviageAsync("PopupA"); NavigationService.NavigateAsync("PopupB");
NavigationService.NavigateAsync("PageA")
Expected Behavior
All popups are closed with animation and animation starts when page transition animation starts (or at least popups closed without animation but just after transition animation starts).
issue81expected.zip
Actual Behavior
All popups are closed without animation after page transition animation finish.
issue81.zip
Basic Information
Reproduction link
https://github.com/RadoslawKubas/PrismPluginPopupsProblem
The text was updated successfully, but these errors were encountered: