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

Add support to Shell Navigation

Open agusibrahim opened this issue 5 years ago • 4 comments

hallo, please add support for Xamarin Shell Navigation. thnx

agusibrahim avatar Jun 18 '19 12:06 agusibrahim

What happens when you PopupNavigation.Instance.PushAsync(popupPage) with shell?

Lelelo1 avatar Jun 18 '19 17:06 Lelelo1

I think he means add support for Shell navigation. Shell is a navigation feature that allows you to declare all your navigation connections in the Shell.xaml and Shell.xaml.cs files and name them with routes. Then you can avoid instantiating pages in your view models and rely on the routes you have registered. You just use Shell.Current.GoToAsync("popuproute?param1=arg1&param2=arg2").

purplerockcvd avatar Jul 02 '19 18:07 purplerockcvd

@agusibrahim So, it can be a good idea. I will have a look at this and will check if it's possible or not. Anyway, I'll add it in the roadmap. Thanks

rotorgames avatar Jul 23 '19 10:07 rotorgames

Any update on this one?

ohumidk avatar Jul 13 '22 20:07 ohumidk