Ionic remove cache

Hi All,

Does anyone knows how to clear cache in a ionic 3 app?
I’ve an app that fetches tons of images from a remote service, those images are associated with photographer sessions each session could have more that 100 images.
So basically when the users navigate on each session all the pics are being downloaded and placed on the browser cache, which is degrading app performance (it gets irresponsive) :frowning_face:

I’m using modals, which from the docs, on leave the view should be destroyed. but it’s not working.

Anyone had the same problem and could give me a hint on this?

Many Thanks,
Ibbekin