Prism icon indicating copy to clipboard operation
Prism copied to clipboard

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

Open Jay-57blocks opened this issue 1 year ago • 0 comments

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

https://github.com/user-attachments/assets/c6d255c0-148e-498b-8b30-3b0b2995e39c

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" />

Jay-57blocks avatar Sep 02 '24 08:09 Jay-57blocks