Closed mongkonsrisin closed 3 years ago
I'm using this code
ImagePicker.with(this) .galleryOnly() //User can only select image from Gallery .start() //Default Request Code is ImagePicker.REQUEST_CODE
It opens File / Document App not a Gallery App ?
Please check if you have the same issue on the sample app. Also, what is the Android version?
@mongkonsrisin Please check it on v2.1.6 and let me know if the issue has been fixed or not.
I'm using this code
ImagePicker.with(this) .galleryOnly() //User can only select image from Gallery .start() //Default Request Code is ImagePicker.REQUEST_CODE
It opens File / Document App not a Gallery App ?