You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: