cordova-plugin-scanner-demo

This is the example project for cordova-plugin-scanner plugin

How to run

  1. Check the platform and fix requirement. Add platforms (android/ios) and fix problems if there is
cordova platform ls
  1. Check the plugin. Add the plugin if there is not there
cordova plugin ls
  1. Build and fix errors
cordova build android
  1. Run on device
cordova run android