-
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
Does it work with Master Detail pages ? #21
Comments
Hi, //Shared Tansitions don't work if wrapped in Master Details Page: //This works: In DiscoverPageViewModel, I am Navigating to another page which has the target transition. Thanks |
Uhm.. i tried the masterdetail only on shell (in the relative branch) and it works. But maybe i found the culprit: when using the transition effect on an element i have to traverse the view hierarchy to find the SharedTransitionNavigationPage to connect the transition. |
Hello, this is fixed in the next version coming very soon! |
And i still cannot/dunno how to use it for master detail template! |
Hello, in the sample app there is a full example of shared transitions inside a MasterDetailPage, you can find it here |
Bug Information
Version Number of Plugin: 2.0.2
Simulator Tested On: Android 7.1
Version of VS: 16.4.3
Version of Xamarin: 3.6.0.709228
Prism.DryIoc.Forms 7.2.0.1422
Steps to reproduce the Behavior
While using Prism, if I navigate to "/MasterDetailPage/SharedTransitionNavigationPage/SomePage", and then transition to another page using NavigationService.NavigateTo("SomeOtherPage"), the shared transitions between SomePage and SomeOtherPage won't work. However, they work if I navigate to "/SharedTransitionNavigationPage/SomePage" and then call NavigationService.NavigateTo("SomeOtherPage").
Can you tell if I'm doing something wrong, or missing a step to make it work?
Thanks
The text was updated successfully, but these errors were encountered: