Many issues #465
Closed
Ahmadmansoor
started this conversation in
General
Many issues
#465
Replies: 2 comments 1 reply
-
This is unrelated from the MVVM Toolkit. Not really sure it has anything to do with the MAUI Toolkit either. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed as answered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after I update maui and update CommunityToolkit.Mvvm to 8.0.0-preview4
a lot of issues happen like on Android like this code:
<Frame Padding="2" Margin="0,10,0,10" BorderColor="Blue" BackgroundColor="CadetBlue"> <Label Text="{Binding Title,Mode=TwoWay}" VerticalTextAlignment="Center" HorizontalOptions="Center" HorizontalTextAlignment="Center" LineBreakMode="WordWrap" HeightRequest="70" VerticalOptions="CenterAndExpand" TextColor="DarkKhaki" /> </Frame>
I found each word of the title is in a new line not on the same line ( not happen on iOS)
and the behavior of Maui is not stable when debugging.
Does anybody have the same issues ?????
Beta Was this translation helpful? Give feedback.
All reactions