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

Support for cordova-plugin-camera 7.0 api 33 Android #4640

Closed
benedettidev opened this issue Sep 21, 2023 · 5 comments
Closed

Support for cordova-plugin-camera 7.0 api 33 Android #4640

benedettidev opened this issue Sep 21, 2023 · 5 comments

Comments

@benedettidev
Copy link

benedettidev commented Sep 21, 2023

I was using this package in my capacitor 5 project but with new Android API 33 camera stopped working.
As far as i know the problem is solved with cordova-plugin-camera 7.0.

I tried implementing cordova-plugin-camera 7.0 directly but it gives me an error like this:
Error: Module not found: Error: Can't resolve 'cordova-plugin-camera'

My import is:
import "cordova-plugin-camera"

Is there any plan to solve the issue with awesome-cordova-plugin too?

Edit: obviously i runned npm install with the correct version of cordova-plugin-camera and i checked node-modules to be sure the file was there

Thanks

@RaccoonFive
Copy link

We also have this issue preventing our users from taking pictures on up to date android devices.

Any workarounds would be really helpful!

@donmb1
Copy link

donmb1 commented Dec 18, 2023

same here +1

@benedettidev
Copy link
Author

In the end, our workaround was to change the plugin and use the Capacitor plugin. We did not find any other alternatives.

@donmb1
Copy link

donmb1 commented Dec 18, 2023

yes I did the same and it works now

Copy link

There has been no recent activity and this issue has been marked inactive.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants