I am having problems intergrating the cordova camera plugin (cordova plugin camera).
I have added it to my project with the cordova CLI and it is in my config.xml but when I try and called it getPicture I get the error
Cannot read property 'getPicture' of undefined
at cameraTakePicture
I have tried writing navigator.camera to the console and it says its undefined.
Am I missing something?