Hi,
My first page in a app calls a database service and stores the responses in a local storage variable model.
I then want to be able to use the data whilst the device is offline, and the following pages map from the local storage model, with no issues.
The only issue I have is that one column is a file type containing images.
How can I store these images locally (i.e. not just a url string), so that they can be called offline?
thanks