breautek commented on issue #607: URL: https://github.com/apache/cordova-plugin-camera/issues/607#issuecomment-638817577
Most of us are likely not familiar with Monaca. The cordova CLI will by default use the latest version on npm, but I cannot say how to do it in Monaca. You will probably have to refer to their documentation. > plugin name="cordova-plugin-camera" spec="https://github.com/apache/cordova-plugin-camera" This makes it look like Monaca is using the master (dev) version of the plugin which isn't supported or recommended for production use. In fact, master is currently broken for android. The latest version that you should be using is `4.1.0` You can try changing `spec="https://github.com/apache/cordova-plugin-camera"` to `spec="^4.1.0`, but this is just a guess, I'm unfamiliar with Monaca. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org