Skip to content

chandu4002/cordova-plugin-qr-scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-qr-scanner

A highly-configurable QR code scanner made for Sunbird Mobile app - available for the iOS and Android platforms.

Installation

cordova plugin add https://github.com/project-sunbird/cordova-plugin-qr-scanner.git#<branch_name>

To install it locally

cordova plugin add <location_of plugin>/cordova-plugin-qr-scanner

API Reference

qrScanner

qrScanner.startScanner(screenTitle, displayText, displayTextColor,buttonText, showButton, isRtl, successCallback, errorCallback)

Starts the camera to capture the QRCode and scanned result is sent in the successCallback. Following arguments arepassed to customize the qrScanner

  • screenTitle represents toolbar title.
  • displayText represents subtitle text.
  • displayTextColor represents subtitle text color.
  • buttonText represents button text .
  • showButton represents whether to show Skip button or not.
  • isRtl represents whether it the qrscanner supports RTL or not.

qrScanner.stopScanner(successCallback, errorCallback)

Stops the scanner

About

Cordova plugin for QR code scanner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 50.3%
  • Java 47.0%
  • JavaScript 2.7%