Closed as not planned
Closed as not planned
Description
Description
The image is well valid (not corrupted, get it form source url) - see "Relevant log output" section below.
<Image x:Name="a2" Source="https://storage.googleapis.com/lidiapp/topic512/bo-Kld9lBE-1aDuSGdp-4Q_512.webp" Aspect="AspectFit" MaximumWidthRequest="512" MaximumHeightRequest="512" />
Remark: it works on Windows platform. Only crash on Android.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.0 GA
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
API 35
Did you find any workaround?
If I convert it to PNG it works (but I want to keep webp format from give url) :
<Image x:Name="a1" Source="a1.png" Aspect="AspectFit" MaximumWidthRequest="512" MaximumHeightRequest="512" />