Hey there!
I am using the cordova-file-transfer plugin to download files to the device local file system.
Then, I am trying to access those files (images) and display them in my app.
I am downloading the files to the directory cordova.file.externalDataDirectory
with success.
Then in my app I am trying to display the image, using the same path:
When externalPath is obviously the output of cordova.file.externalDataDirectory
But for some reason, the image is not displayed.
How can I access files from my app storage directory?
Thanks.