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

[NavigationBar][iOS][Android] Cannot use Converters for properties on NavigationBar and AppBarButton on mobile #381

Closed
kazo0 opened this issue Oct 27, 2022 · 0 comments · Fixed by #622
Assignees
Labels
control/navigationbar kind/bug Something isn't working

Comments

@kazo0
Copy link
Contributor

kazo0 commented Oct 27, 2022

See this issue

So it appears that we cannot use a Converter when setting the Background of the NavigationBar. For some reason, it breaks the nested registration of the PropertyChanged callback here:

new[] { NavigationBar.BackgroundProperty },
new[] { NavigationBar.BackgroundProperty, SolidColorBrush.ColorProperty },
new[] { NavigationBar.BackgroundProperty, SolidColorBrush.OpacityProperty },

@kazo0 kazo0 added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification. labels Oct 27, 2022
@kazo0 kazo0 self-assigned this Oct 27, 2022
@kazo0 kazo0 added control/navigationbar and removed triage/untriaged Indicates an issue requires triaging or verification. labels Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control/navigationbar kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants