OpenSooq/Gligar

Picker fails to load images from storage on Android 10.

OdeyFox opened this issue · 4 comments

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.

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

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.

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.