Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Can't select multiple images / videos even if I've set allowMultipleImages(true) #87

Open
ghost opened this issue Nov 17, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 17, 2018

I'm working on android SDK level 26.

I tried several time to select multiple images, but I could not it.
My release version is 2.4.4

@abdulsalam90
Copy link

same issue here, it works if i use mode(ImagePicker.Mode.CAMERA_AND_GALLERY)
but can't select with .mode(ImagePicker.Mode.GALLERY)

@bacancy-adilhusen
Copy link

same issue here, while use third-party gallery app

@abdulsalam90
Copy link

abdulsalam90 commented Dec 20, 2018

@bacancy-adilhusen use this for workaround new ImagePicker.Builder(getActivity()) .mode(ImagePicker.Mode.GALLERY) .compressLevel(ImagePicker.ComperesLevel.MEDIUM) .directory(ImagePicker.Directory.DEFAULT) .extension(ImagePicker.Extension.PNG) .scale(600, 600) .allowMultipleImages(true) .allowOnlineImages(true) .enableDebuggingMode(true) .build();

@abdulsalam90
Copy link

the trick is .allowOnlineImages(true)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants