Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Navigating to other page close opened popups after navigation finish. #81

Closed
RadoslawKubas opened this issue Dec 12, 2018 · 1 comment
Closed

Comments

@RadoslawKubas
Copy link

RadoslawKubas commented Dec 12, 2018

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

  1. Open 2 popups
    NavigationService.NaviageAsync("PopupA"); NavigationService.NavigateAsync("PopupB");
  2. 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).

issue81expected.zip

Actual Behavior

All popups are closed without animation after page transition animation finish.

issue81.zip

Basic Information

  • Version with issue: 2.2.0.293
  • Last known good version: -

Reproduction link

https://github.com/RadoslawKubas/PrismPluginPopupsProblem

@dansiegel
Copy link
Owner

this issue should be resolved. Note that it will only animate if the animate bool is true.

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

No branches or pull requests

2 participants