ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera

Results 115 ImagePicker issues
Sort by recently updated
recently updated
newest added

Android 13 does not work, although I give all permissions, there is no process when clicked. For example, the camera does not open and the gallery does not open. ##...

## Summary In android 13 ImagePicker not working. ## Code to reproduce In android 13 new permissions added please add this permission . ## Android version 13 ## Impacted devices...

I'm using the image picker as follows: ``` ImagePicker.with(this) .galleryOnly() .crop(1f,1.73f) .start() ``` ``` override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) if (resultCode == RESULT_OK)...

## Summary ## Code to reproduce ## Android version ## Impacted devices ## Installation method ## SDK version ## Other information

## 🚀 Description Added language support for "Bengali" ## 📄 Motivation and Context I am from Bangladesh and have used this library for a few projects. As Bengali support was...

## Summary Receive crash after trying to get photo from device ## Android version Reproduced on Android 10, 11, 12, 13 ## Impacted devices Samsung : Galaxy A03, Galaxy A6+,...

Hello, I want to edit the text that says "Edit Photo" How can I do that?

Hi, I am using this library to upload images using camera and gallery. I am facing issue while Arabic is default language for mobile and upload or capture the image...

## 🚀 Description Fix selecting images from Download folder crash (#285) [issue report](https://github.com/Dhaval2404/ImagePicker/issues/285) ## 📄 Motivation and Context ## 🧪 How Has This Been Tested? Tested on android 10, 13...

## Summary ## Code to reproduce ## Android version Android 13 ## Impacted devices OnePlus 9R ## Installation method As specified in github ## SDK version minSDK -> 24, targetSDK...