I have an Ionic project where I need the Cordova Camera plugin (which I now installed successfully). But in my project the Camera API is still not available, i.e. I get error th
Open a terminal in your app's root directory and add the plugin via
cordova plugin add org.apache.cordova.camera
Edit: the new command is:
cordova plugin rm cordova-plugin-camera //remove cordova plugin add cordova-plugin-camera //add