-
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
NavigationPage: BarBackgroundColor, BarTextColor and Title not updating #19859
Comments
This seems to fixed in Maui 8.0.6 :-) |
I see the same behaviour with 8.0.6, did you change anything else? |
@bartmeeus indeed very weird, in my "real project" it worked after changing the packages. |
Can repro this issue at Android platform on the latest 17.10.0 Preview 2.0(8.0.14/8.0.3) with sample project. |
It has been validated in the Xamarin.Forms project that Android platform works well |
|
Description
When I try to change the BarBackgroundColor, BarTextColor or Title of a NavigationPage it is not working (only tested on Android).
Original whenrunning the page:
Button click: expected colors red and yellow to be switched in NavigationPage:
Steps to Reproduce
Link to public reproduction project repository
https://github.com/3sRykaert/MauiNavigationPage
Version with bug
8.0.5
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
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: