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

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

Already this is answered in kotlin here https://github.com/Dhaval2404/ImagePicker/issues/205 . Can i get java version :)

Hi, my name is Alex. I added the italian translation for your app's text Thanks you

Please give some example code to use imagepicker in fragment class. I got error: ``` ImagePicker.with(this) .crop() //Crop image(Optional), Check Customization for more option .compress(1024) //Final image size will be...

Have to use inline method in fragment. Any update on it?

Opening image gallery is jittery Android version Android 10 Impacted devices All SDK version SDK 32 Other information When you open the image picker from ``` .createIntent { intent ->...

Fatal Exception: java.lang.SecurityException: Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=com.sec.android.app.camera/.Camera clip={text/uri-list hasLabel(0) {U(content)}} (has extras) } from ProcessRecord{3f56d3b 26097:com.travel/u0a332} (pid=26097, uid=10332) with revoked permission android.permission.CAMERA at android.os.Parcel.createExceptionOrNull(Parcel.java:2437) at android.os.Parcel.createException(Parcel.java:2421)...

Hello, I have this error on taking camera image and the app crash only in oppo A5 2020 can you help me please >>> msg's executing time is too long...

Fatal Exception: android.view.InflateException: Binary XML file line #23: Binary XML file line #23: Error inflating class androidx.appcompat.widget.AppCompatImageView Caused by java.lang.reflect.InvocationTargetException at java.lang.reflect.Constructor.newInstance0(Constructor.java) at java.lang.reflect.Constructor.newInstance(Constructor.java:334) at android.view.LayoutInflater.createView(LayoutInflater.java:647) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:790) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:730)...

Jetpack compose has the default mainactivity line: `class MainActivity : ComponentActivity() {`, not AppCompatActivity. ``` val ctx = LocalContext.current ImagePicker.with(ctx as Activity) .crop() //Crop image(Optional), Check Customization for more option...