scriptBoris / NavigationSam

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

Integration #10

Closed FS-FIT closed 3 years ago

FS-FIT commented 3 years ago

Hello Boris,

Thank you very much for your excellent work. I have just tried to integrate the functionality into my project. It looks like I will get a second navigation bar without functionality after the integration and the RequestPop will not fired. have you any hint?

many thanks

scriptBoris commented 3 years ago

@FS-FIT hello, can you send me Sample project here? I try help with integration

FS-FIT commented 3 years ago

Hi Boris, sorry fo my delay. I had to clean up the project first. Thanks for your help :-) Can you please delete the zip file after download?

scriptBoris commented 3 years ago

@FS-FIT yeah sure

scriptBoris commented 3 years ago

@FS-FIT i know you problem.

You used next schema:

root NavigationPage
=> MasterDetailPage
=> => NavigationPage
=> => => {Pages from folder Views}

In total, we have the result:

To solve your problem, you must stop using navigation in App.xaml.cs:76 code line. And using NavigationPageSam for any childrens MasterDetailPage

FS-FIT commented 3 years ago

Thank you very much for your help. I have cleaned up the code and removed unnecessary dependencies in the navigation. The next ten cups of coffee are on me, enjoy!

scriptBoris commented 3 years ago

@FS-FIT no problem, thank you sir!