GiampaoloGabba / Xamarin.Plugin.SharedTransitions

Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
MIT License
414 stars 59 forks source link

[Question] Does this work with PopupPage? #19

Closed mzhukovs closed 4 years ago

mzhukovs commented 4 years ago

Before I give this a stab - wanted to ask the question first: can these transitions be used between a regular Page and a PopupPage (e.g. Prism.Plugin.Popups [which relies on Rg.Plugins.Popups])?

Please let me know if anyone has done this successfully, thank you.

GiampaoloGabba commented 4 years ago

Nope sorry, it can work only in a NavigationPage (or shell). As far as i know there is no way to make it work wit ha popup page (so a page outside the navigation stack)