Compare commits
No commits in common. "bc146076628e5fe997e9ce250ec2697f488f43b6" and "9865024ebf16835422425be49b41e44f832a420d" have entirely different histories.
bc14607662
...
9865024ebf
@ -1,13 +1,11 @@
|
||||
**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)!**~~
|
||||
**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
|
||||
|
||||
This plugin integrates with the [ZBar](http://zbar.sourceforge.net/) library,
|
||||
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).
|
||||
exposing a JavaScript interface for scanning barcodes (QR, 2D, 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.
|
||||
|
||||
## Installation
|
||||
|
@ -71,12 +71,6 @@
|
||||
<param name="ios-package" value="CsZBar"/>
|
||||
</feature>
|
||||
</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="CoreMedia.framework" />
|
||||
<framework src="CoreVideo.framework" />
|
||||
|
Loading…
Reference in New Issue
Block a user