What is the best approuch to a good UX for all three platforms?
I want to use the Master section in MasterDetailPage for the main Menu within the app, all other content/pages can be placed in the detail page and can Navigate from there on. The first loaded Content page is declared as the Root of the NavigationPage, when returned on that page by the back buttons the app will exit as espected.
At this moment the app won't exit on Android with the backbutton on the topbar, but continues to open/close the Master section.
So what is the best solution to get the espected behaviour? (NavigationPage in MasterDetailPage or NavigationPage as Detail page)
ANd is there a solution to exit the app after returned to the rootpage? (the back arrow keeps being displayed to in the Topbar, while its on the rootpage)
Any ideas/solutions for this issue?