SVG images served from remote serve not rendering in Android native build

Hi,

SVG images that are coming from a remote server do not appear in my native Android build, but they do appear in the Progressive Web App (https://m.quemesa.com). See the images below

If I change the image type to png then they do render correctly in the native build, so it is something to do with the SVG file type. I use other SVG icons which work fine. however they are embedded in the native build (not on a remote server)

Important to mention: I am using the Ionic Image Loader package to asyncronously load the SVG images (the loader is working fine with PNG files as I use it for all other remote images).

I will also raise this issue there as it is probably related.

PWA

Native Build

Sorry, it seems there is an issue with the Ionic Image Loader with SVG - https://github.com/zyra/ionic-image-loader/issues/92

So ignote this :wink: