I have home page, so I use the home page as the NavigationPage : new NavigationPage(homePage)
Then,I use the Masterdetail page as the second page, I want to take advantage of the slide-out menu.
But I can't use NavigationPage to wrap the Detail page, because it is impossible to have more than one NavigationPage.
So I can't use Masterdetail page,if this page is not my NavigationContainer?
Is it possible to use Masterdetail page in my scenario?
↧
How to use masterdetail page if already use another NavigationPage
↧