ionic-image-loader
ionic-image-loader copied to clipboard
Images need to be reloaded from the original source after relaunching the app
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?