Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`