Hi Guys, I would like to ask if there is a way to cache an image from the web so I can still use the image as image resource when the phone has no internet connection. Thanks.
m
matrin lechner
said
about 9 years ago
Hi,
This is not possible in pure JavaScript, you would have to implement the caching logic in native Android or iOS and display the Image from the local storage in JavaScript.
Rivera.migueld