Skip to content
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

Open
tayyabshafiq0602 opened this issue Jan 24, 2023 · 7 comments
Open

In Android 13 ImagePicker not working. #320

tayyabshafiq0602 opened this issue Jan 24, 2023 · 7 comments

Comments

@tayyabshafiq0602
Copy link

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

33

Other information

@jstokke
Copy link

jstokke commented Feb 3, 2023

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

@ArpitSharma32
Copy link

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.
If everything need to be done separately what will be the use of using it in the first place.

@jstokke
Copy link

jstokke commented Feb 6, 2023

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.

@Faizanshah21
Copy link

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.

@wahyuafendi
Copy link

can u help me?

@hasanozn
Copy link

hasanozn commented Oct 6, 2023

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.

@sharukhrs
Copy link

@tayyabshafiq0602, since the upgrade of API version 33, this library is not working anymore.
I was using it for more than a year now. It is very dificult to move to any other library since my app is heavily dependent on camera.
We appreaciate your revert on these queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants