Start a new topic

Use an Image from the Web as ImageResource, cache it for offline use

Use an Image from the Web as ImageResource, cache it for offline use


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.
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.

Best,

Martin
Login or Signup to post a comment