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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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