Compare commits
5 Commits
9865024ebf
...
bc14607662
Author | SHA1 | Date | |
---|---|---|---|
|
bc14607662 | ||
|
2545e40ed6 | ||
|
fc5dcc300b | ||
|
31e2eda04b | ||
|
b0342bfa4c |
@ -1,11 +1,13 @@
|
|||||||
**This repository is looking for a maintainer! If you believe you are the right person, please [leave a comment](https://github.com/tjwoon/csZBar/issues/60)!**
|
**This repository is unmaintained. Thank you to all collaborators who have helped to maintain it so far.**
|
||||||
|
|
||||||
|
~~**This repository is looking for a maintainer! If you believe you are the right person, please [leave a comment](https://github.com/tjwoon/csZBar/issues/60)!**~~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ZBar Barcode Scanner Plugin
|
# ZBar Barcode Scanner Plugin
|
||||||
|
|
||||||
This plugin integrates with the [ZBar](http://zbar.sourceforge.net/) library,
|
This plugin integrates with the [ZBar](http://zbar.sourceforge.net/) library,
|
||||||
exposing a JavaScript interface for scanning barcodes (QR, 2D, etc).
|
exposing a JavaScript interface for scanning barcodes (QR Code, EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5, etc).
|
||||||
In this fork a button has been added to turn off and on device flash. In addition the plugin can now handle the device orientation change.
|
In this fork a button has been added to turn off and on device flash. In addition the plugin can now handle the device orientation change.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -71,6 +71,12 @@
|
|||||||
<param name="ios-package" value="CsZBar"/>
|
<param name="ios-package" value="CsZBar"/>
|
||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
|
<!-- Declare Camera Usage for iOS10+ -->
|
||||||
|
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
|
||||||
|
<string>For Barcode Scanning</string>
|
||||||
|
</config-file>
|
||||||
|
|
||||||
<framework src="AVFoundation.framework" />
|
<framework src="AVFoundation.framework" />
|
||||||
<framework src="CoreMedia.framework" />
|
<framework src="CoreMedia.framework" />
|
||||||
<framework src="CoreVideo.framework" />
|
<framework src="CoreVideo.framework" />
|
||||||
|
Loading…
Reference in New Issue
Block a user