Moonware / cordova-cameraplus-testapp

Test Application for cordova-cameraplus Plugin
13 stars 6 forks source link

CameraPlus For Cordova - Test Application

Simple Test application using Ionic (beta14) for CameraPlus Plugin for Cordova.

ScreenShot

After getting the sources, add the platform and build the project using:

cordova platform add ios
cordova build ios

or

cordova platform add android
cordova build android

Please refer to https://github.com/moonware/cordova-cameraplus for additional info about the plugin itself or if you are interested in contributing to this plugin.

If needed, install Cordova and Ionic using the following:

npm install -g cordova
npm install -g ionic