[Android] XAML <image> for some webp images returned an illogical java exception. #29552
Labels
area-controls-image
Image control
platform/android
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Uh oh!
There was an error while loading. Please reload this page.
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" />
Relevant log output
The text was updated successfully, but these errors were encountered: