Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vivek0460 opened this issue Mar 30, 2018 · 2 comments
Closed

Comments

@vivek0460
Copy link

No description provided.

@vivek0460
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants