Hi All,
I am creating a new Ionic2 app.
My issue is I am trying to make use of the cordova-plugin-camera
plugin, but can’t access the Camera
object. If anyone knows what I am doing wrong, I would appreciate some help.
Error from CLI after:
ionic run android --livereload --lc
I have some Cordova plugins installed, e.g.
cordova plugin add cordova-plugin-camera --save --global
I have also installed typings:
npm install -g typings
When I try the following, I get another error:
typings install cordova --save --global
My sourcecode: