Skip to content

Et3rnal/cordova-plugin-camera-preview-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-camera-preview Sample Cordova App

This is a sample cordova application for cordova-plugin-camera-preview

Install

cordova platform add android
cordova build android

cordova platform add ios
cordova build ios

Reset / Update Plugin to Latest

If you last installed an older version of the plugin and want to ensure the sample app is up to date again just do the following to reset.

rm -rf platforms/ plugins/

cordova platform add android
cordova build android

cordova platform add ios
cordova build ios

##Dependencies

needs to install

cordova plugin add cordova-plugin-device

To allow the app to detect the device in order for the zoom to work, image size etc...

IOS Quirks

It is not possible to use your computers webcam during testing in the simulator, you must device test

About

cordova-plugin-camera-preview Sample App

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 54.8%
  • HTML 38.3%
  • CSS 6.9%