Example of Ionic 3 Angular 4 Cordova Barcode and QRCode Scanner

If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee Donate

Steps to run on devices:

  • Clone this repository
  • Connect your phone to your computer
  • Run npm install
  • Run ionic cordova platform rm android
  • Run ionic cordova platform add android
  • Run ionic cordova platform rm ios
  • Run ionic cordova platform add ios
  • Run ionic cordova run android or ionic cordova run ios