As WordPress added native support for the AVIF image format, some WCAndroid users started reporting issues displaying Products containing this image format, making it hard to identify items within orders.
After some research, we found that Android only natively supports AVIF rendering from Android 14 and above, so there's a chance this is happening because our image-loading libraries simply don't support it below that version. But we also tested this on an Android 14 device; and it's not working either. So, even in a version that supports AVIF, the problem persists.
Summary
As WordPress added native support for the AVIF image format, some WCAndroid users started reporting issues displaying Products containing this image format, making it hard to identify items within orders.
After some research, we found that Android only natively supports AVIF rendering from Android 14 and above, so there's a chance this is happening because our image-loading libraries simply don't support it below that version. But we also tested this on an Android 14 device; and it's not working either. So, even in a version that supports AVIF, the problem persists.
Screen Capture
https://github.com/user-attachments/assets/0b5c68f6-4d60-4d9d-afba-8e6f6400a9d1
Steps to Reproduce