You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this was fixed for AppShell but it is still a problem if you are not using AppShell. The problem only exists if you are using the Windows Light Theme under Preferences, if you use Dark it works fine.
Steps to Reproduce
Under Windows Personalize > Colors > select Light theme.
Open the reproduction project.
The hamburger icon is not visible but you can hover over it to see the tooltip and click to open the flyout.
Navigate to the About page.
The back button and hamburger is not visible but you can hover over to see tooltip and click on it.
To reproduce:
Create a new multiple project Maui app that targets WinUI.
Do not use the AppShell but instead set the MainPage to a FlyoutPage.
Add the MenuDetails and FlyoutPage.Detail.
Run the app.
Expected behavior: The hamburger and back button are visible.
Results: They are not.
There are examples on ways to set the back button icon and hamburger icon to your own image but these examples all use AppShell. I have not found a way to do this without the AppShell. If someone knows a workaround it would be greatly appreciated. Since my images are white and the nav bar is black on both Light and Dark them, using my own image should work if I can find a way to do this.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Figured out what I was doing wrong but if anyone can tell me how to override the back button and hamburger icon without using AppShell I'd appreciate it.
Description
It seems this was fixed for AppShell but it is still a problem if you are not using AppShell. The problem only exists if you are using the Windows Light Theme under Preferences, if you use Dark it works fine.
Steps to Reproduce
Under Windows Personalize > Colors > select Light theme.
Open the reproduction project.
The hamburger icon is not visible but you can hover over it to see the tooltip and click to open the flyout.
Navigate to the About page.
The back button and hamburger is not visible but you can hover over to see tooltip and click on it.
To reproduce:
Create a new multiple project Maui app that targets WinUI.
Do not use the AppShell but instead set the MainPage to a FlyoutPage.
Add the MenuDetails and FlyoutPage.Detail.
Run the app.
Expected behavior: The hamburger and back button are visible.
Results: They are not.
Link to public reproduction project repository
https://github.com/AppAffection/BugRepo/tree/main/MauiHamburgerTest
Version with bug
8.0.61 SR6.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows SDK 10.0.22621
Did you find any workaround?
There are examples on ways to set the back button icon and hamburger icon to your own image but these examples all use AppShell. I have not found a way to do this without the AppShell. If someone knows a workaround it would be greatly appreciated. Since my images are white and the nav bar is black on both Light and Dark them, using my own image should work if I can find a way to do this.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: