Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didinj/ionic3-cordova-barcode-qrcode-scanner
Ionic 3, Angular 4 and Cordova Barcode QRCode Scanner App Example
https://github.com/didinj/ionic3-cordova-barcode-qrcode-scanner
angular angular4 angularjs app barcode cordova example ionic ionic3 phonegap qrcode scanner tutorial
Last synced: 2 months ago
JSON representation
Ionic 3, Angular 4 and Cordova Barcode QRCode Scanner App Example
- Host: GitHub
- URL: https://github.com/didinj/ionic3-cordova-barcode-qrcode-scanner
- Owner: didinj
- License: mit
- Created: 2017-09-15T00:19:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T20:47:33.000Z (over 6 years ago)
- Last Synced: 2024-11-01T23:42:17.534Z (3 months ago)
- Topics: angular, angular4, angularjs, app, barcode, cordova, example, ionic, ionic3, phonegap, qrcode, scanner, tutorial
- Language: TypeScript
- Homepage: https://www.djamware.com/post/59bb219f80aca768e4d2b13e/example-of-ionic-3-angular-4-cordova-barcode-and-qr-code-scanner
- Size: 2.03 MB
- Stars: 33
- Watchers: 6
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of Ionic 3 Angular 4 Cordova Barcode and QRCode Scanner
This source code is part of [Example of Ionic 3 Angular 4 Cordova Barcode and QRCode Scanner](https://www.djamware.com/post/59bb219f80aca768e4d2b13e/example-of-ionic-3-angular-4-cordova-barcode-and-qr-code-scanner) tutorial.
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](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q5WK24UVWUGBN)
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`