Rg.Plugins.Popup icon indicating copy to clipboard operation
Rg.Plugins.Popup copied to clipboard

Push NavigationPage

Open smilingerdk opened this issue 8 years ago • 11 comments

It could be very nice if it was possible to push a NavigationPage so you can navigate inside the popup

smilingerdk avatar Oct 12 '16 15:10 smilingerdk

@smilingerdk Hi. Yes, Maybe I make it in 1.1.x.

rotorgames avatar Oct 12 '16 15:10 rotorgames

Thanks! :)

smilingerdk avatar Oct 12 '16 20:10 smilingerdk

+1

aconte80 avatar Oct 22 '16 13:10 aconte80

@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());

rotorgames avatar Oct 22 '16 13:10 rotorgames

Hey @rotorgames, this is also valuable to my team. Is there a specific reason why you have abandoned the idea?

shnaz avatar Nov 01 '16 16:11 shnaz

@shnaz Hi friend. I did it because NavigationPage has toolbar but popup page couldn't have toolbar. You must use PushModalAsync with NavigationPage.

rotorgames avatar Nov 01 '16 16:11 rotorgames

@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 avatar Feb 23 '17 14:02 gcadmes

@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.

rotorgames avatar Mar 03 '17 14:03 rotorgames

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 avatar Apr 22 '17 12:04 EmilAlipiev

@EmilAlipiev It is so hard. But I have added it in my to-do list.

rotorgames avatar Apr 22 '17 12:04 rotorgames

@rotorgames PushModalAsync method is saved our life, that is so amazing plug-in, thanks for your useful works.

ugrozkr avatar Feb 07 '18 14:02 ugrozkr