-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Android 13 ImagePicker not working. #320
Comments
Yes, this is a real issue. You have to fall back to using PhotoPicker if the API version is 33 or higher. PhotoPicker can be used from API >=30 see https://developer.android.com/training/data-storage/shared/photopicker#kotlin for more info Right now, using the library and targetting API 33 or above will give a permission error |
yes I am also facing the same in android 13, but the above solution is just for picking images. As we have integrated this lib choosing image from camera or gallery both and the output result can be cropped as per our requirement. so everything was managed by library itself. |
The solution was the way the library would have to implement it, not as a workaround for the users of the library, but I have the feeling the author is no longer active. |
Working fine on Android 13 for me. I was facing this issue myself. Upon some some debuggin it turns out it was a permission issue as I was using Dexter to handle permissions. Hope it helps anyone. |
can u help me? |
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. |
@tayyabshafiq0602, since the upgrade of API version 33, this library is not working anymore. |
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
Installation method
implement through github
SDK version
33Other information
The text was updated successfully, but these errors were encountered: