3.0.8 • Published 6 years ago

com.ishaijaffe.zxingintentmt v3.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

cordova-zxing-intent

Zxing Barcode Scan Intent for Cordova

Open a scan intent of Zxing from JS file. I've created this plugin after creating a utility app that needed scan. Zxing cordova plugin did not scan most of the barcodes that Zxing offical android app scanned perfectly.

This plugin opens the Zxing Barcode Scanner app (if installed on device) and returns the scanned barcode.

Adding the Plugin to your project

To install the plugin, use the Cordova CLI and enter the following:

cordova plugin add https://github.com/IshaiJaffe/cordova-zxing-intent.git

Or

cordova plugin add com.ishaijaffe.zxingintent

Using the plugin

The plugin creates the function window.plugins.scanintent:

function(extras,success,fail)

Open the barcode scanner

window.plugins.scanintent({}, function(result) { alert(result); }, function() {alert('Scan failed');});

Licence

The GNU License in LICENSE file

Contributers

Uses Zxing Android Intent classes from https://github.com/zxing/zxing/tree/master/android-integration/src/main/java/com/google/zxing/integration/android

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.9.1

6 years ago

2.9.0

6 years ago

2.8.0

6 years ago

2.7.0

6 years ago

2.6.0

6 years ago

2.5.0

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.9.9

6 years ago

1.8.9

6 years ago

1.7.9

6 years ago

1.6.9

6 years ago

1.5.9

6 years ago

1.4.9

6 years ago

1.3.9

6 years ago

1.2.9

6 years ago

1.1.9

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago