I am storing a lot of images in my App to be able to use them later without downloading them again. Currently, I am converting them in base64 then storing them in the local storage of the device (more and less working since I struggle with the unsafe value from angular).
But I just read that base64 images were larger? What is the best way to store and display a lot of images (~50 images, from 150KB to 2MB)?