I have an app with a login page, then after user logs in, I set App.MainPage property to a MasterDetailPage, with detail being a TabbedPage.
Why do not iOS and Android show the "hamburger" ☰ icon, but instead Android shows "Back" < icon even if it's the root page, and iOS doesn't show anything?
How to resolve this without using page Icon property? (which seems like a hack to me)
Thank you.