alot of trouble #8201
Unanswered
Ahmadmansoor
asked this question in
General
alot of trouble
#8201
Replies: 1 comment
-
now Hot reload does not reflect the changes as it should be, some of them can be done like the color but the other does not show the changes, sorry to say this but this Hot repload idea is a horrible idea. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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