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
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
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
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
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
The text was updated successfully, but these errors were encountered: