cordova-plugin-epson-spectrum
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"scripts": { | ||
@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -1,3 +0,3 @@ | ||
# cordova-plugin-honeywell-spectrum-scanner | ||
A Cordova Honeywell Scanner Plugin for the buil-in barcodes scanner. | ||
# cordova-plugin-epson-spectrum | ||
A Cordova Epson Printer Plugin | ||
@@ -7,3 +7,3 @@ Install | ||
Cordova: `cordova plugin add cordova-plugin-honeywell-spectrum-scanner` | ||
Cordova: `cordova plugin add cordova-plugin-epson-spectrum` | ||
@@ -13,13 +13,7 @@ Tested successfully with | ||
- Honeywell ScanPal EDA50 - Android 4.4 and 7 | ||
- Epson TM-P20 | ||
- Honeywell CT60 - Android 8.1.0 | ||
Usage | ||
----- | ||
Call `.init` to capture scans using the device's physical buttons. Call `.scan` within your application to enable a "software" triggerd scan. You can disable the capturing by calling `.release` and enable it back by calling `.claim` followed by `.listen` method. You can also simulate a softare button to enable the reader behaving in the same way as the hardware scan button(s). | ||
TIP: In Ionic, in order to access the `window` property, you may need to add `window: any = window` just above your constructor. | ||
### Enable listener | ||
@@ -26,0 +20,0 @@ ```javascript |
@@ -13,22 +13,4 @@ var execute = require("cordova/exec"); | ||
} | ||
// softwareTriggerStart: function () { | ||
// return execute(null, null, 'HoneywellScannerPlugin', 'softwareTriggerStart', []); | ||
// }, | ||
// softwareTriggerStop: function () { | ||
// return execute(null, null, 'HoneywellScannerPlugin', 'softwareTriggerStop', []); | ||
// }, | ||
// init: function (res) { | ||
// return execute(res, null, 'HoneywellScannerPlugin', 'init', []); | ||
// }, | ||
// setProperties: function (err, args) { | ||
// return execute(null, err, 'HoneywellScannerPlugin', 'setProperties', args); | ||
// }, | ||
// start: function () { | ||
// return execute(null, null, 'HoneywellScannerPlugin', 'start', []); | ||
// }, | ||
// stop: function () { | ||
// return execute(null, null, 'HoneywellScannerPlugin', 'stop', []); | ||
// } | ||
}; | ||
module.exports = epson; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
405543
8
13
76