You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Does anyone else have this issue that when my app is opened, despite having my BadgeView/BadgePosition set to TopRight, I get the badge stuck up in the TopLeft of my screen. Only after using Hot Reload to change the BadgePosition can I get it to the position I want it in (TopRight). The process is actually open the app and the badge is at the TopLeft position -> I change it to TopLeft again -> then I can change it to TopRight (see the photos). That doesn't persist. I have to use the same process to get it to the TopRight every time the app is re-opened. My Xaml Code is below (any wisdom is welcome):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone else have this issue that when my app is opened, despite having my BadgeView/BadgePosition set to TopRight, I get the badge stuck up in the TopLeft of my screen. Only after using Hot Reload to change the BadgePosition can I get it to the position I want it in (TopRight). The process is actually open the app and the badge is at the TopLeft position -> I change it to TopLeft again -> then I can change it to TopRight (see the photos). That doesn't persist. I have to use the same process to get it to the TopRight every time the app is re-opened. My Xaml Code is below (any wisdom is welcome):
<BoxView Color="White" Grid.Row="0" Grid.ColumnSpan="4" /> <xct:BadgeView Text="1" BadgePosition="TopRight" FontSize="Micro" TextColor="White" BackgroundColor="Red" BorderColor="Yellow" Grid.Row="0" Grid.Column="0"> <Image Source ="{markupExtensions:EmbeddedImage ResourceId = FWCS_Mobile_App.Images.large-fwcs-logo.png}" Aspect="AspectFill" HorizontalOptions="Start" x:Name="logo" Grid.Row="0" Grid.ColumnSpan="3"/> </xct:BadgeView>
w>
Beta Was this translation helpful? Give feedback.
All reactions