Skip to content
Discussion options

You must be logged in to vote

This looks like it should already be disabled by the combination you are using.

GoToAsync("DetailPage", false) disables the navigation animation for that call, and Shell.PresentationMode="NotAnimated" should also mark the target page as non-animated. So if Windows still shows a small vertical movement while Android does not, I would suspect a Windows-specific Shell/WinUI behavior or a MAUI bug rather than a missing setting.

If DetailPage is registered as a route rather than a ShellContent page, the current setup still looks reasonable to me.

I would not expect users to need another setting beyond animate: false and NotAnimated. If a minimal repro on .NET 10 Windows still shows the vertica…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jfraschilla
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants