FrancescoPaiola commented on issue #826:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1610030014

   I'm using ionic 6 (capacitor 5).
   As mentioned by @cyril23 the jalios 
[fork](https://github.com/jalios/cordova-plugin-camera) worked for me (the fix 
is 
[here](https://github.com/jalios/cordova-plugin-camera/commit/bd1dd6a742bafc63591169eb371e39ad63007d97)).
   To that follow these steps:
   ```
   // uninstall cordova-plugin-camera
   npm uninstall cordova-plugin-camera 
   // install jalios fork
   npm i https://github.com/jalios/cordova-plugin-camera.git
   // if it's not already installed
   npm install @awesome-cordova-plugins/camera 
   ionic cap sync
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to