ionic-image-loader
ionic-image-loader copied to clipboard
Image does not load when using fallbackUrl
The fallback image loads properly but the actual image src does not load when using these options:
this.imageLoaderConfig.setFallbackUrl('assets/img/fallback.png');
this.imageLoaderConfig.enableFallbackAsPlaceholder(true);
Hi. I'm having the same Issue.
The fallback image loads properly but the actual image src does not load when using these options:
this.imageLoaderConfig.setFallbackUrl('assets/img/fallback.png'); this.imageLoaderConfig.enableFallbackAsPlaceholder(true);
It same for me
same for me
actually i'm having the same issue if i dont use useImg attribute. It is only working when i use useImg attribute (i dont want render my image as an img), any solution to this problem ?
Same problem for me. It only works with useImg