Skip to content

[Android] XAML <image> for some webp images returned an illogical java exception. #29552

Closed as not planned
@Pipozor

Description

@Pipozor

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" />

Image

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

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions