I am trying to create a small app has to downloads assets (images), store them locally and display them.
I tried the documentation and also the forums, but I can’t find a full roundtrip, e.g. where to start and how to do this. Any help would be appreciated.
Thanks, Andrew.
From your suggestion, I assume that I have to download the images first via JavaScript, store them as bas64 enccoded strings and display them on request.