Open hariaakash opened 7 years ago
can you post some code on how you are using? Is the plugin listed in cordova_plugins.js file?
I am basically using monaca + onsen ui 2 + angular 2 for achieving this. I initially added the cordova plugin using the "cordova add giturl" and then tried achieving using the
window.plugins.CameraPictureBackground.takePicture($scope.success, $scope.error, $scope.options);
I am getting this TypeError: Cannot read property 'takePicture' of undefined.