After a few days without working on a MAUI app, I returned to it today only to have it blow up on my face.
Loudly.
After a few searches online (described here), I was able to make it work again.
Sort of.
Now, the images are not showing.
Has anyone encountered something similar?
All images are defined as MauiImage
.
And the image control is pretty basic:
<Image
Source="animated.gif"
HeightRequest="100"
WidthRequest="100"
IsAnimationPlaying="True"
VerticalOptions="End"/>
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742324745a4422521.html
评论列表(0条)