-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed as not planned
Closed as not planned
Copy link
Labels
area-controls-imageImage controlImage controlplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
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" />
Relevant log output
Metadata
Metadata
Assignees
Labels
area-controls-imageImage controlImage controlplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working