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

Ability for Transitioner to navigate (without transitions) when app is not active (in focus). #3394

Open
thepinkmile opened this issue Nov 29, 2023 · 0 comments

Comments

@thepinkmile
Copy link

Is your feature request related to a problem? Please describe.
I would like to be able to have a transition between pages of my application that are triggered in code after a potentially long running task.
If I run my demo application and click on the Next or Back buttons and then activate another window (e.g. Visual Studio) while the background delay is being awaited, when the process completes no Transition occurs.
However, if the demo app remains the active window it transitions as expected.

Describe the solution you'd like
For the page navigation to happen, ideally with transitions if the windows is visible.
If the window is not visible then page navigation should occur, but maybe without any transitions (instant change to control z-order)

Describe alternatives you've considered
Not sure of any other alternatives other than rolling my own Navigation functionality.

Additional context
My simplified demo app can be found in my Izzy-Transitioner-Demo branch of my fork (see: https://github.com/thepinkmile/MaterialDesignInXamlToolkit/tree/Izzy-Transitioner-Demo)

@thepinkmile thepinkmile added enhancement evaluation required Items is pending review or evaluation by the team labels Nov 29, 2023
@Keboo Keboo removed the evaluation required Items is pending review or evaluation by the team label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants