mostafa-mansour1 / previewAnyFile

Cordova Plugin to preview any file in native mode by providing the local or external URL
MIT License
33 stars 31 forks source link

complete android file paths #42

Open florian72810 opened 2 years ago

florian72810 commented 2 years ago

I noticed that files located in cordova.file.cacheDirectory in Android cannot be previewed with the method previewPath. The error is Failed to find configured root that contains /[...].

I updated the paths in file_paths.xml to match all known cordova paths.

Theses paths are taken from Cordova File Opener Plugin.

To test: download and save a file in cordova.file.cacheDirectory and try to preview it.