Skip to content
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

Picker fails to load images from storage on Android 10. #4

Closed
OdeyFox opened this issue Feb 25, 2020 · 4 comments
Closed

Picker fails to load images from storage on Android 10. #4

OdeyFox opened this issue Feb 25, 2020 · 4 comments
Assignees
Labels
bug Something isn't working Fixed

Comments

@OdeyFox
Copy link

OdeyFox commented Feb 25, 2020

The picker works fine on versions prior to android 10. Taking photos works fine but the picker fails to load local images into the grid.

@hani-momanii
Copy link
Member

Can you add more details on the issues, folders or the path of the images?

@OdeyFox
Copy link
Author

OdeyFox commented Mar 8, 2020

When i launch the picker it retrieves all the folder names correctly, and no matter the folder i choose, it returns this:

Screenshot_20200225-180935

i have tested the picker on android 9 and below and it works just fine.

@GingerAdonis
Copy link

Probably requires android:requestLegacyExternalStorage="true" in the <application> part of your manifest.

Please note this workaround will most likely only work for Android 10 and not the upcoming Android 11.

@hani-momanii
Copy link
Member

hani-momanii commented Apr 7, 2020

Fixed on v1.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed
Projects
None yet
Development

No branches or pull requests

3 participants