Open MikeBurgher opened 9 years ago
this seems to be missing in the CanvasCamera.js file
CanvasCamera.prototype.stop = function() { cordova.exec(false, false, "CanvasCamera", "stopCapture"); };
but the function is already implemented and working in iOS
There is a pull request for this https://github.com/donaldp24/CanvasCameraPlugin/pull/30 but the plugin seems to be not maintained anymore :sob:
HI,
This is a great plugin. Good job.
It would be nice if you could turn the whole thing off, and turn it on again later. Thanks for any consideration for this. Again, nice job.