Replies: 1 comment 2 replies
-
@igiona at this time, on Android, custom content is not supported in the AppBarButton, for the same reason SVGs are not supported. The only way around is to not use the native AppBarButton, and use the XAML ones, which render completely using Uno. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have an
AppBarButton
in theutu:NavigationBar
which shows a progress ring when I press the button and an operation is in progress. While the progress-ring runs, the displayed icon should be hidden.I tried the following approach, which works on Windows but doesn't on Android (nothing is displayed in the control), and I guess the other Uno heads too.
This is not very surprising given that apparently the Content property is not supported in Uno (https://platform.uno/docs/articles/implemented/microsoft-ui-xaml-controls-appbarbutton.html#breadcrumb).
Provided this Uno limitation, what would be the suggest Uno way to achieve this functionality?
Many thanks in Advance!
Beta Was this translation helpful? Give feedback.
All reactions