Socket
Socket
Sign inDemoInstall

cordova-chainway-scanner

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-chainway-scanner

Cordova Chainway Scanner


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

cordovaChainwayScanner

This plugin enable directly scan 1d/2d codes into the cordova application. This plugin has been tested with Chainway c75 https://www.chainway.net/Products/Info/45 Install the plugin Initialize the scanner by:

cordova.plugins.chainScanner.startListening(function(strSuccess) {
    //console.log(strSuccess);
}, function(strError) {
    alert(strError);
});  

the above code initializes the plugin then waits for a scanned code Receive and handle the code by the following code

document.addEventListener('onBarcodeScanned', function(data) {     
   alert(data.barcode_data); 
});

For any assistance contact alboom25@gmail.com or +254711223639

Keywords

FAQs

Last updated on 23 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc