Relative Content

Tag Archive for c#androidxamarin.formsmauiflyout

.NET MAUI Navigation Service and FlyoutPage

I inherited a Xamarin project that has to be migrated to .Net MAUI. My current issue is that the hamburger icon is not visible. I can drag the menu from the left hand side, and works fine.
It’s built with a flyout page and a navigation service that to be honest, this last one I don’t trully understand.
If I comment the initialization of the service, the hamburger icon appeares but the menu items throw an exception once clicked.
I already took a look at github but it’s seems to be a current issue: https://github.com/dotnet/maui/issues/22116 https://github.com/dotnet/maui/issues/18228

.NET MAUI Navigation Service and FlyoutPage

I inherited a Xamarin project that has to be migrated to .Net MAUI. My current issue is that the hamburger icon is not visible. I can drag the menu from the left hand side, and works fine.
It’s built with a flyout page and a navigation service that to be honest, this last one I don’t trully understand.
If I comment the initialization of the service, the hamburger icon appeares but the menu items throw an exception once clicked.
I already took a look at github but it’s seems to be a current issue: https://github.com/dotnet/maui/issues/22116 https://github.com/dotnet/maui/issues/18228

.NET MAUI Navigation Service and FlyoutPage

I inherited a Xamarin project that has to be migrated to .Net MAUI. My current issue is that the hamburger icon is not visible. I can drag the menu from the left hand side, and works fine.
It’s built with a flyout page and a navigation service that to be honest, this last one I don’t trully understand.
If I comment the initialization of the service, the hamburger icon appeares but the menu items throw an exception once clicked.
I already took a look at github but it’s seems to be a current issue: https://github.com/dotnet/maui/issues/22116 https://github.com/dotnet/maui/issues/18228