Open morning4coffe-dev opened 2 months ago
Actually this happens on light theme as well, could not see the text in the SecondaryCommands
@WenHong-Lau / @morning4coffe-dev Does anything show up if you set the Label property of the AppBarButtons?
@kazo0 Jup, this does work correctly with Label... but it should probably at least show the icon of the AppBarButton.
@WenHong-Lau You can use something like this to display the SecondaryCommand properly:
AppBarButton Icon="Add" Label="Add"/>
Still not showing on my end.
@WenHong-Lau And when you set only the Label and not the Content?
@morning4coffe-dev Tested that, still the same outcome, not visible.
Interesting... I did try it yesterday and it showed. I will make a repro, if you can try it on your side. Thanks.
Here is what I see on my side with Android API 34:
Here is the repro. Can you try on your side? NavigationBar.zip
Can you try it on dark mode? I still can't see the AppBarButtons
Ok, I see it as well again. Thank you, @WenHong-Lau. I make a new issue to track both problems.
This is out of the box from the template where I picked the Fluent Design, I've only added the AppBarButton in Secondary Commands UnoApp5.zip
Originally posted by @WenHong-Lau in https://github.com/unoplatform/uno/discussions/18233#discussioncomment-10679488
This seems to be an issue on newer Android versions.