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

Camera is not working #1646

Closed
toufiqpathan opened this issue Aug 22, 2023 · 2 comments
Closed

Camera is not working #1646

toufiqpathan opened this issue Aug 22, 2023 · 2 comments

Comments

@toufiqpathan
Copy link

toufiqpathan commented Aug 22, 2023

When i have update the API level target from 11 to 12, everything is working fine expect camera, when we click on camera permissions dialog is appearing, but camera is not coming up.
@breautek could you please check this ASAP

@christiaan
Copy link

As far as I know there is nothing related to camera in this repository.

Do you maybe have problems with cordova-plugin-camera? There is a PR there waiting to be merged apache/cordova-plugin-camera#844 that fixes the camera in Android 13 sdk.

@breautek
Copy link
Contributor

@breautek could you please check this ASAP

I just want to take a moment to inform you that I do not work for Apache, I volunteer my (free) time to Apache. So I don't necessary do things for Apache "ASAP".

When i have update the API level target from 11 to 12

I assume you mean Android 11 to 12, which is API 30 to 32 (or 31, android 12 has 2 API levels).

As far as I can remember there are no changes between these API levels, but there were changes in Android 13/API 33, which the latest camera plugin supports.

The Cordova Android platform does not support camera out of the box, a camera plugin must be installed to interact with the camera. So if you have an issue with the camera, with the Apache Camera plugin, it will be better to create an issue there with the issue form filled out.

Closing this issue because it's not related to the cordova android platform.

@breautek breautek closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
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

3 participants