cordova - PhoneGap + AngularJS how to add camera Plugin -
cordova - PhoneGap + AngularJS how to add camera Plugin -
i new phonegap , developing app android phonegap , angularjs. struck @ adding photographic camera plugin.
i using cordova-plugin-camera.
in config.xml, when add
<gap:plugin name="org.apache.cordova.camera" version="0.2.9" />
it shows error saying: undefind prefix gap.
my config file placed in appname/res/xml/acofig.xml
how can add together this.
the lines add together config.xml add together plugin when using phonegap build online service.
if using command line interface (cli) create/build project, should add together plugins using cli :
cordova plugin add together org.apache.cordova.camera
angularjs cordova
Comments
Post a Comment