-
Notifications
You must be signed in to change notification settings - Fork 673
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
Unable to pick files with custom
or any
file type on Android 14
#1404
Comments
This issue is stale because it has been open for 14 days with no activity. |
I am also experiencing this issue, but in my case it occurs on my Pixel 4A Android 13. How are you picking?
Output (Main Project):
Output (Test Project):
|
This issue is stale because it has been open for 14 days with no activity. |
@VladStarikovEk Did you manage to solve this ? If so, how ? |
@TheCarpetMerchant Sadly - no. We still experiencing it. |
@VladStarikovEk there's a pull request opened for the fix. Just got it into prod and users confirm it works. |
Will try it. Thanks! |
This issue is stale because it has been open for 14 days with no activity. |
I'm glad to report that the fix from this PR works. file_picker:
git:
url: https://github.com/melWiss/flutter_file_picker.git |
This issue is stale because it has been open for 14 days with no activity. |
I confirm it's also working on my Samsung Galaxy when upgraded to Android 14 |
This issue is stale because it has been open for 14 days with no activity. |
Up |
This issue is stale because it has been open for 14 days with no activity. |
Up |
up |
This issue is stale because it has been open for 7 days with no activity. |
ok, bad bot |
This issue is stale because it has been open for 7 days with no activity. |
Bad bot |
This issue is stale because it has been open for 7 days with no activity. |
Bad bot |
Add the stale tag please... |
I fixed this by
Setting compressionQuality to zero fixes a different bug for Android 9/10. But changing the type to custom and setting the allowedExtensions brought up a different dialog which seemed to work. I already had
This also works:
So problem appears to be 'type: FileType.image' |
This issue is stale because it has been open for 7 days with no activity. |
Bad bot :)
…On Mon, Jul 22, 2024 at 8:51 PM github-actions[bot] < ***@***.***> wrote:
This issue is stale because it has been open for 7 days with no activity.
—
Reply to this email directly, view it on GitHub
<#1404 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7K5WILSDWKSYVTZCYP2UTZNWZLNAVCNFSM6AAAAAA7C4W4YSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBUGA4TSOJTGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This issue is stale because it has been open for 7 days with no activity. |
Could someone close and reopen this. The notifications are annoying me. |
This issue is stale because it has been open for 7 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I am still facing these issue can anyone give me a solution for these???. |
Describe the bug
When picking files with
custom
orany
file type on Android 14, when one or multiple files are picked it just closes assuming that the user closed it. I also gotI/FilePickerDelegate(21624): User cancelled the picker request
message in logs.When picking
image
,audio
,video
ormedia
everything works fine, but the picker has agallery
UI, rather thenfile explorer
UI. I also checked this on Android 13 emulator - it works file there.Platform
Platform OS version
Pixel 5 - Android 14
How are you picking?
or
Details to reproduce the issue
Error Log
Screenshots and/or video
https://github.com/miguelpruivo/flutter_file_picker/assets/99865323/ade3be44-b8f9-48b8-a509-d7aff62de0ad
Flutter Version details
Additional context
Requested permissions in
AndroidManifest
The text was updated successfully, but these errors were encountered: