-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
The color of hamburger icon in FlyoutPage always be changed to the white in Maui. #23087
Comments
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:
|
This issue has been verified using Visual Studio 17.6.12(build410)(.net7&.net8). Can be reproduced on iOS platform. |
NavigationPage has a BarTextColor property. This color is used to recolor the hamburger icon. You can set it to what you want. |
Hi, whether you have a try this in |
Inside "ContactsPage" you can use that method.
Sorry I don't use xaml so don't know how to show it in your code example. |
Description
My project is using
FlyputPage
as follows:You could see that I set a
hamburger.png
icon in FlyoutMenuPage:The origin color of hamburger icon is blue, however it always show white when program is running.
Maybe it's a bug of Maui, we need to find a solution to solve this.
Note: We are using .net 7.0 with Visual Studio Community 2022 for Mac Version 17.6.12 (build 410), and running it in iOS 17.3 devices.
Thanks for taking care of this problem in advance.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.101
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: