When updagrading a Shell project to Xamarin.Forms v4.6.0.726, secondary ToolbarItem text color become white.
As the background is also white, it is impossible to read the ToolbarItem text.
<ContentPage.ToolbarItems>
<ToolbarItem Text="Test" Order="Secondary" />
</ContentPage.ToolbarItems>
Secondary ToolbarItem text is black on white background.
Secondary ToolbarItem text is white on white background.
@karlp11 Did you find any workaround for this issue?
@thisismyself No workaround: I'm waiting the fix.
Same here, Any workaround for this issue?
I hope for a solution soon. Because in my apps the 'toolbaritems' can't be seen.
Thanks for fixing! It works again.
On IOS BarTextColor applies to all ToolbarItems.
But on Android it applies only to BackButton, and all other ToolbarItems stays white.
Android:
IOS:
@kefyru i think you would be better to log a separate issue as this is closed and not the same. Reference back to this one if you think it is related.
Most helpful comment
Thanks for fixing! It works again.