Search code examples
imagepluginsdownloadcordovasencha-touch

Download, save and show images with sencha touch and phonegap


I' have to download some images from a server folder and save in my sencha application to show them offline. I've found a phonegap plugin that download and save files in document folder of the app. Once I saved the images how can I show them in my sencha app?


Solution

  • You can probably have a store with the images mapping their paths and use those with the phonegap File Api.