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

[BUG] [INavigationServiceExtensions] Using 'GoBackToAsync' cannot immediately return to the specified page #3247

Open
Jay-57blocks opened this issue Sep 2, 2024 · 0 comments

Comments

@Jay-57blocks
Copy link

Description

Hi,

Assuming the known routing stack is A ->B ->C ->D ->E, I will now call 'GoBackToAsync(B)' on page E. I want to immediately return to page B, but it will return D, C, E in sequence from page E, accompanied by a brief animation. Please refer to the video for details.

I don't want animation, I expect to return to page B immediately

image

72cd7dbf61df734b7503b830653af1c0.mp4

Steps to Reproduce

If there are multiple pages, using ‘GoBackToAsync ’ cannot immediately return to the specified page. Currently, it is accompanied by some animations, and I need to wait for 2-3 seconds for the animations to end before returning to the specified page

Platform with bug

.NET MAUI

Affected platforms

iOS, Android

Did you find any workaround?

No

Relevant log output

<PackageReference Include="Prism.Maui" Version="9.0.218-pre" />
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

2 participants