chrisben / imgcache.js

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Other
826 stars 216 forks source link

How can I see imgcache folder in android and where it gets stored in device #226

Closed vivek0460 closed 6 years ago

vivek0460 commented 6 years ago

I am using this plug-in and it's working fine but I want to understand how and where the images get stored in android and how we can see from android file manager

chrisben commented 6 years ago

On Android when using Cordova, the task of writing to the filesystem is delegated to Cordova's LocalFileSystem. Depending on the options given to ImgCache, it will use a temporary storage or a persistent one.

According to this documentation you should be able to find the files within your app's folder, I guess something like:

/data/data/<app-id>/cache/imgcache