android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Image Picker for Android 🤖

Results 108 android-image-picker issues
Sort by recently updated
recently updated
newest added

## Expected Behavior When opening the image picker and taking a picture from the camera, the correct image should show up as being selected when clicking on it in the...

bug

I have added the size of the image which depends on the orientation. Please help me to review and merge it Issue: https://github.com/esafirm/android-image-picker/issues/368

## Expected Behavior When OnlyVideo is enabled and the user clicks on the camera icon, it opens the camera instead of the video. Video mode should be open. ## Actual...

How to use this with java ??

## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. https://github.com/esafirm/android-image-picker/assets/163363200/8b5c6b88-5863-464a-a927-a2ca5322ad8f 1. ## Specifications - Image Picker Version: - Android OS:12 - Phone:REALME GT MASTER EDITION

## CODE ImagePicker.create(this) .returnMode(ReturnMode.ALL) // set whether pick and / or camera action should return immediate result or not. .toolbarImageTitle("Select Profile picture") // image selection title .toolbarArrowColor(Color.WHITE) // Toolbar 'up'...

Hi, this library is very good. I need to use with Android 14. Is it supported? I tested with android 14 but picker not works Thanks