zyra / ionic-image-loader

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

Images need to be reloaded from the original source after relaunching the app #286

Open zulkarnainshah opened 4 years ago

zulkarnainshah commented 4 years ago

I used this in a list view where each item has an image URL. To test whether caching actually works, I disabled internet on my phone and relaunched the app. The images were not picked from the local cache. I had to re-enable the internet to download the images again. So how does this really help?