Splash screen in between navigation.

Vaibhav Methuku 80 Reputation points
2024-09-19T12:06:37.2933333+00:00

While navigating back async from one page to another page i can able to see the splash screen in between navigation.

FYI - im using default navigation provided by maui

This is happing while doing Navigation.PopAsync();

Thanks
Vabihva Methuku

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,499 questions
{count} votes

1 answer

Sort by: Most helpful
  1. youzeliang 735 Reputation points
    2024-09-25T14:08:47.08+00:00

    It sounds like the splash screen is appearing during the Navigation.PopAsync() due to how the navigation stack is being managed. Have you considered using a custom animation or handling the pop operation more smoothly?

    4o

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.