Hi,
I have an app with a left lateral menu (implementing with MasterDetailPage) and the Detail page should be a TabbedPage.
The implementation is ok, but i have an UX problem in Android.
When clicking on the burger icon the lateral menu pop but not directly below the action bar. It pop below the tabs. (cf screenshot).
The UX is not good at all in this case, cause user could change the content of the Detail while having the menu open.
Is this any way to solve this ? Is this a bug or an implementation choice from Xamarin ?
Regards