Rg.Plugins.Popup
Rg.Plugins.Popup copied to clipboard
Add support to Shell Navigation
hallo, please add support for Xamarin Shell Navigation. thnx
What happens when you PopupNavigation.Instance.PushAsync(popupPage)
with shell?
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¶m2=arg2").
@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
Any update on this one?