darsh2/MultipleImageSelect

in android 10 images are not showing

Opened this issue · 5 comments

What is the problem with android 10version

Same issue... +1

any update on this bros ? i have the same issue

Can't select images in android 10.. any solution for this?

same issue any update on this ?

The android 10 introduce new feature of storage is Storage Scope, that make we can't refer to image from gallery by path, we must using uri, provide by MediaStore to get uri
But we can using old storage mechanic in android 10 by define android:requestLegacyExternalStorage=true in manifest, and it will work