Rg.Plugins.Popup
Rg.Plugins.Popup copied to clipboard
Push NavigationPage
It could be very nice if it was possible to push a NavigationPage so you can navigate inside the popup
@smilingerdk Hi. Yes, Maybe I make it in 1.1.x.
Thanks! :)
+1
@smilingerdk @aconte80 I thought, and I will not make it. If you want to use NavigationPage that do it in Modal page:
Navigation.PushModalAsync(new NavigationPage(new YourPage());
Hey @rotorgames, this is also valuable to my team. Is there a specific reason why you have abandoned the idea?
@shnaz Hi friend. I did it because NavigationPage has toolbar but popup page couldn't have toolbar. You must use PushModalAsync with NavigationPage.
@rotorgames adding my thoughts... Even though the NavigationPage has toolbar, by default, you could have the toolbar and back button hidden by default, and act accordingly when they're visible. This would be a nice feature and allow for the status bar to have a color.
@gcadmes The arhitecture Rg.Plugins.Popup doesn't let to open any page except the ContentPage
, now. I thought about it and maybe I will add it in the 2.0 version.
it is interesting feature indeed. So far only possible if we use carousel view within the popup but I think most of the people dont like carousel view. How hard is to implement this?
@EmilAlipiev It is so hard. But I have added it in my to-do list.
@rotorgames PushModalAsync method is saved our life, that is so amazing plug-in, thanks for your useful works.