-
-
Notifications
You must be signed in to change notification settings - Fork 39
GoBackAsync does not trigger OnNavigateTo if using FlyoutPage #239
Comments
Prism 8.0 does NOT support FlyoutPage |
We use Prism 8.1 and FlyoutPage is supported by this version. Is the problem that FlyoutPage should also be added at this code position? |
Exactly @Andreas0xffff , we are using version 8.1.97. We will have to wait for an update with this fix. |
@davibittencourtome |
@dansiegel |
I'm working around with EventAggregator to get around the problem, until a new corrected version comes out |
same issue, reverting to MasterDetailPage works. |
This is an open source repo, and I do take PRs. However keep in mind that I am busy with several different libraries and am unlikely to get to this in the next month. |
Any updates on this? |
This problem is already solved in the master branch. So we need to do one of the following:
|
I'd add to your list:
|
No projeto de amostra, ao navegar a partir do exemplo "FLYOUT PAGE", o
GoBackAsync
não dispara oOnNavigatedTo
da viewModelMainPageViewModel
:https://github.com/dansiegel/Prism.Plugin.Popups/blob/b35e05473e23493b75cdd2ab617fde0300d84ce3/samples/src/PopupPluginSample/ViewModels/PopupViewModel.cs#L52
private async void OnNavigateBackCommandExecuted() { await _navigationService.GoBackAsync(new NavigationParameters{ { "message", "Hello from the Popup View" } }); }
I noticed that when navigating from the example "MASTER DETAIL PAGE" it works normally.
What could it be ? should i configure something specific or would it be a navigation issue with FlyoutPage ?
The text was updated successfully, but these errors were encountered: