-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it work with Shell GoToAsync() ? #37
Comments
Well, honestly, i have never, ever used Thank you |
I made some investigations regarding this issue. Unfortunately, if you are using absolute routes (with // prefix), the shared transition cannot work because within an absolute navigation the new page will replace the navigation stack. This means that every information about the views to transition are destroyed. More info from the Xamarin.Forms repository:
If you are using relative routes and still shared transitions doesnt work, please post a repro so i can find the problem :) |
Thank you for your help, it's working now using relative routes, I really appreciate your effort :) |
Expected Behavior
When navigating between pages using Shell.Current.GoToAsync(), there should be a transition as specified.
Actual Behavior
The navigation isn't animated and just cuts from one page to another.
The text was updated successfully, but these errors were encountered: