scriptBoris / NavigationSam

Can intercept action navigation back by user
17 stars 1 forks source link

On Drawer page not calling Messenger.Default and pop up some issues #5

Closed Polyariz closed 3 years ago

Polyariz commented 3 years ago

If you open any page where implemented INavigationPopInterceptor and then go back to main page of MasterDetailPage, won't be work await Detail.Navigation.PushAsync((Page)Activator.CreateInstance(typeof(MyPage)), false); or await Detail.Navigation.PushAsync(new MyPage(), false);

scriptBoris commented 3 years ago

Hello Polyariz, need source code for reproduce the problem. Can you?

Polyariz commented 3 years ago

Hello Boris! Sorry for delay with response. There is the repository to test the bug: https://github.com/Polyariz/TestNavigationSam

Reproduce the issue: 1) Open drawer page->click "BugTest" to open the page. 2) Go Back to Home Page -> Click NavSamTest Button 3) Try again open BugTest Page. This page will not be openning. Or these steps : 2) and then 3)

scriptBoris commented 3 years ago

@Polyariz thanks, I will solve your problem soon

scriptBoris commented 3 years ago

@Polyariz i see you project, but class Messenger - is not found

scriptBoris commented 3 years ago

Apparently, the problem could not be solved :(