-
Notifications
You must be signed in to change notification settings - Fork 213
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
FileChooser plugin lists file that does not exist #21
Comments
I haven't looked at this plugin for a long time. I'd expect those "missing" files use context:// URI or some newer android stuff that was added after this plugin was written. If you use adb shell can you see the files? |
Hello Thanks |
even i am facing same issue, file selector dialog triggers, i select the file but dont get any callbacks. Tested for: |
There is a plugin that can provide valid "file path" from useless "context://" path. For ionic : https://ionicframework.com/docs/native/file-path/ (Verified) (Haven't tested myself on cordova though) |
Hello,
I find a strange problem. We have used FileChooser plugin in our hybrid app. When I open the plugin, it lists files (Android) in various folders like Downloads, Recent, Images, etc. However, there are files listed in Downloads but when I pick the file, my app throws an error saying file not found. On further investigation, I found this file is not visible when I use "MyFiles" android app in the same folder. Where and how is this non-existent file being listed in the FileChooser plugin? One additional point I noted is files downloaded from email attachments seem to have this issue with FileChooser plugin. Pls suggest an alternative or request a fix please.
Thanks,
Giri
The text was updated successfully, but these errors were encountered: