-
Notifications
You must be signed in to change notification settings - Fork 301
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
Unable to open camera in android 11 #249
Comments
I am also facing the similar issue could someone please respond ASAP |
Unable to open camera in android 11 I am also facing the similar issue could someone please respond ASAP |
I'm using an old version of the library (2.1.0) but I was having the same issue, what solved for me was adding this piece of code on my AndroidManifest:
If the |
I'm facing the same issue. |
it's working..thx |
I am facing issue in device with android 11. I have below code to open camera
and I am trying to open camera with below code
easyImage!!.openCameraForImage(this)
It is not opening camera nor giving any error
The text was updated successfully, but these errors were encountered: