.webp not work in iOS, How to solve?Thanks!
same issue here
Image.getSize() do not support with .webp, and cause read image.width and height error,
so, precompute width and height , add them in
{ imageUrls: [{ url: webp, width: width, height: height } }]
Most helpful comment
Image.getSize() do not support with .webp, and cause read image.width and height error,
so, precompute width and height , add them in
{ imageUrls: [{ url: webp, width: width, height: height } }]