On one page I show a number of images using ion-img from server using domain urls. When user clicks on an image this navigates to the 2nd page where I will need to show the same image again. On the 2nd page I use ion-img and same image url again, so on the 2nd page it downloads the image from the server again. How can I reuse the image from the 1st page so that once the 1st page is loaded users can go to the 2nd page and see the image without downloading the image from the server again?
UPDATE: Please ignore this post. It was my mistake that i put the 2nd image inside an http call.