You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2021. It is now read-only.
@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();
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
The text was updated successfully, but these errors were encountered: