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 ITs Taking a lot of time to appear in image view but gallery picked image workling fine ## Code to reproduce just set image uri to image view...

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

## Summary After selecting an image, either from gallery or by camera, no result is provided and app is reloaded to the main view, not the view where picker was...

Hi. Thank you for a nice component, i have now implemented it in our project but can see that it only support english and polish, how to i get the...

help wanted

I'm using the library it's great thanks for sharing .... there is only an error I get when I use camera . this is my code : `ImagePicker.with(Profile.this) .cameraOnly() //User...

errorMessage : Unable to start activity ComponentInfo{net.eazypg.eazypgtenant/com.github.dhaval2404.imagepicker.ImagePickerActivity}: java.lang.IllegalStateException: Only fullscreen activities can request orientation", "lineNumber":2904, "className":"ActivityThread.java", "methodName":"performLaunchActivity" ,"stackTrace":"android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2904)\n android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2986)\n android.app.ActivityThread.-wrap11(Unknown Source:0)\n android.app.ActivityThread$H.handleMessage(ActivityThread.java:1671)\n android.os.Handler.dispatchMessage(Handler.java:108)\n android.os.Looper.loop(Looper.java:206)\n android.app.ActivityThread.main(ActivityThread.java:6784)\n java.lang.reflect.Method.invoke(Native Method)\n com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)\n com.android.internal.os.ZygoteInit.main(ZygoteInit.java:852)"} (

waiting for user response

## Summary The app crashes with the following log when image is picked from Downloads folder. 2022-02-15 21:40:41.828 5322-5601/com.demo.pcu E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1 Process: com.demo.pcu, PID: 5322 java.lang.RuntimeException: An...

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

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

In this library it needs READ/WRITE external storage, as a result, we cannot use this library in android 11+. Kindly remove any external library used in this library which uses...