I have a Xamarin Forms Shell Application with a hamburger menu. When I open the app I can't see the hamburger menu on my iPhone (but on my Android). When I navigate somewhere and go back the hamburger icon appears as expected. For handling the hamburger menu I rely on the default generated code of the app shell template and just added some further items to the menu.
How can I tell shell to show my menu icons always?
Github Link to the project: https://github.com/NPadrutt/MoneyFox.Windows/tree/mobile-redesign