Reputation: 45
I have two pages pageA and pageB.
When I navigate from pageA to pageB and later execute _navigationService.GoBackAsync()
, it works correctly and it navigates me to pageA.
But, OnNavigatedTo()
and OnNavigatingTo()
in pageA doesn't seem to execute (that I can tell?). PageA is a tabbedPage and I'm using Xamarin forms and Prism 7.
I'm testing it on iPhone.
What could I be doing incorrectly?
Upvotes: 1
Views: 720
Reputation:
That (what you have) should work. You have found a bug.
Please submit your issue to the Prism GitHub site and provide as much information as possible as well as a sample app that reproduces the issue.
Upvotes: 3