react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Can't select multiple photos in gallery for android phone.

Open SamnangLam opened this issue 2 years ago • 2 comments

Hello,

I can't select multiple photos in gallery for android phone. I set multiple: true option. When I click the button related with imagepicker then go to recent file list. then click gallery. I can select only single file. On iphone, it works well. Please let me know the solution. Thank you.

const photos = await ImagePicker.openPicker({ multiple: true, maxFiles: 6, width: 810, height: 1080, compressImageMaxWidth: 810, compressImageMaxHeight: 1080, cropping: true });

SamnangLam avatar Mar 25 '22 03:03 SamnangLam

Are you long pressing on the images in Android? If you just tap an image on Android, it defaults to single select, but if you long press it should enable multiselect

jfries289 avatar Apr 25 '22 17:04 jfries289

Without long press can't we select like iOS ?

pratik-complitech avatar May 10 '22 05:05 pratik-complitech

In Android, how to limit the files in multiple select? I can see we can limit in iOS, but in android it's not working. @jfries289 @pratik-complitech

ajayjangir0044 avatar Nov 18 '22 02:11 ajayjangir0044