You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
No description provided.
The text was updated successfully, but these errors were encountered: