After I updated my Xamarin.Forms project from Xamarin.Forms 2.0 to Xamarin.Forms 2.2, the Hamburger Icon is gone.
I've googled without luck, has anybody experienced the same issue?
If the default icon has disappeared you can set your own icon of the Master page for example:
public class MasterPage : MasterDetailPage
{
FlyOutMenuPage menu = new FlyOutMenuPage ();
Master = menu;
}
public class FlyOutMenuPage : ContentPage
{
Icon = "menu.png";
}
And menu.png is a resource image, you can get lots of icon from here:
https://www.iconfinder.com/search/?q=hamburger&price=free
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With