-
Notifications
You must be signed in to change notification settings - Fork 13
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
SDK 30 file issue - not showing #1
Comments
Hello @WenLonG12345 , |
Hi, thanks for replying. As you can see, all the pdf, doc and even xlsx is missing. I think it was because of Android 11's scoped storage. |
Thanks for the screenshots @WenLonG12345 .
the sample project is set to display only pdfs and images. You can omit the filters altogether and the file picker will by default show all the files in your directory. |
This definitely might be the problem caused by Android 11's scoped storage for which there is no support as of now. I am still working on it and I welcome any helpful PRs. |
I did try to add difference extension such as "xlsx", "docx", etc. but it is not working. |
same issue here. i have tried 2 devices with 2 different android Version. SDK 30 cannot be found for file. Please release ASAP |
found same issue, but I also notice that the issue occurred in android 11 using SDK 30 because of scope storage |
This file picker is made for Android on 2021 but still it DOES NOT WORK on scoped storage! Soon every library is forced to use scoped storage. Hope you find time to work with this Mr. Wen. |
@MKickelberg I think there is no custom 3rd party file picker for scoped storage on Android 11 yet. Official documentation suggest to use System picker and you might currently use it instead of any 3rd party library |
I can't able to see even images also in android 28 OS. |
Hi, I really love your design for this file picker.
However, the project that I implemented with this library cannot find document-related file such as .pdf, .doc, .xlsx, .zip , etc.
I am now using SDK 30, only image/video-related file displayed.
Do you mind to help me to check it out?
The text was updated successfully, but these errors were encountered: