Loading...

Category: PhoneGap

PhoneGap Camera Plugin

First off, in the terminal navigate to the root directory of your phone gap application. Next run this command to install the camera app dependencies: cordova plugin add cordova-plugin-camera . You may also need to navigate to the plugin’s folder and run npm install . Your index.js file should look a little something like this: […]

Read more