UNPKG

913 BMarkdownView Raw
1<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/barcode-scanner/index.ts#L80">
2 Improve this doc
3</a>
4
5# Barcode Scanner
6
7```
8$ ionic cordova plugin add phonegap-plugin-barcodescanner
9$ npm install @ionic-native/barcode-scanner
10```
11
12## [Usage Documentation](https://ionicframework.com/docs/native/barcode-scanner/)
13
14Plugin Repo: [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
15
16The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to you.
17
18Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please see the [BarcodeScanner plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner).
19
20## Supported platforms
21
22- Android
23 - BlackBerry 10
24 - Browser
25 - iOS
26 - Windows
27
28
29