Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see Flyout Hambuger or Back icon #24358

Closed
AppAffection opened this issue Aug 21, 2024 · 2 comments
Closed

Can't see Flyout Hambuger or Back icon #24358

AppAffection opened this issue Aug 21, 2024 · 2 comments
Labels

Comments

@AppAffection
Copy link

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.

image

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

@AppAffection AppAffection added the t/bug Something isn't working label Aug 21, 2024
Copy link
Contributor

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!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@AppAffection
Copy link
Author

AppAffection commented Aug 21, 2024

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants