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
I have noticed when using navigation within a NavigationPage on iOS that forwards navigation is not animated and the page will pop onto the navigation stack without an animation. Here is a gif demonstrating the issue, you first see an app navigating using Shell (the purple tab bar) and the second app with the list of esports teams which is using prism navigation:
I noticed this after porting a sample app over from XF to Maui & reproduced it in the esports sample app which is shown in the above gif.
This behaviour is the same when using the navigation builder or the uri based approach:
Description
I have noticed when using navigation within a
NavigationPage
on iOS that forwards navigation is not animated and the page will pop onto the navigation stack without an animation. Here is a gif demonstrating the issue, you first see an app navigating using Shell (the purple tab bar) and the second app with the list of esports teams which is using prism navigation:I noticed this after porting a sample app over from XF to Maui & reproduced it in the esports sample app which is shown in the above gif.
This behaviour is the same when using the navigation builder or the uri based approach:
I have tried adding the
KnownNavigationParameters.Animated
into the nav params with the valuetrue
and this does not appear to affect the behaviour.Steps to Reproduce
Expected:
Page is pushed onto nav stack from right to left
Actual:
Page appears on nav stack, going back does animate
Platform with bug
.NET MAUI
Affected platforms
iOS
Prism version:
Prism.DryIoc.Maui 8.1.285-pre
Did you find any workaround?
Not yet
Relevant log output
The only logs in my console are:
The text was updated successfully, but these errors were encountered: