zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
435 stars 137 forks source link

Images not loading on first load [Ionic 4] #249

Open fmendoza opened 5 years ago

fmendoza commented 5 years ago

Seems there's a workaround for Ionic 3. Any advice for Ionic 4?

vickytak commented 5 years ago

facing same issue, but only on iOS, working fine in android

hybridappsics commented 5 years ago

facing the same issue on ios, any solutions ?

jkufrin commented 5 years ago

Any updates for Ionic 4 support coming? I'm seeing this same issue. I'd like to continue using this plugin, but need to build in Ionic 4.

ericdesa commented 5 years ago

the V4 branch seems to work well in my case :-)

draoZA commented 5 years ago

not here. on first view images not showing. and workaround described in readme doesn't work for v4 either

MeijerM1 commented 5 years ago

I've found are very hacky way to make an image load on first try. You can set the fallbackUrl to the same url as your actual image, then set fallbackAsPlaceholder to true and the image will actually appear on first load.

edinsoncs commented 3 years ago

@MeijerM1 It only works using useImg