ionic-image-loader icon indicating copy to clipboard operation
ionic-image-loader copied to clipboard

Image does not load when using fallbackUrl

Open jerodfritz opened this issue 6 years ago • 5 comments

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);

jerodfritz avatar Aug 15 '19 13:08 jerodfritz

Hi. I'm having the same Issue.

cr1pt0r0 avatar Sep 09 '19 09:09 cr1pt0r0

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

tankejaures avatar Dec 17 '19 18:12 tankejaures

same for me

pirufio avatar Jan 08 '20 20:01 pirufio

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 ?

dlimanto avatar Feb 18 '20 09:02 dlimanto

Same problem for me. It only works with useImg

casper5822 avatar May 02 '20 15:05 casper5822