I have a MasterDetailPage as MainPage in my project for Android and iOS, contained in a NavigationPage (as I want to change the full page content, including the App bar buttons, without an extra addition to my ViewModels). Setting the icon works perfectly on Android, however, on iOS, it refuses to show up. If there's no icon set, the text does appear, but it is ugly, in my opinion.
Is there any way to make the icon show up, without changing the Detail page of my MDP into a NavigationPage?