Picker fails to load images from storage on Android 10.
OdeyFox opened this issue · 4 comments
OdeyFox commented
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 commented
Can you add more details on the issues, folders or the path of the images?
OdeyFox commented
GingerAdonis commented
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 commented