Bernice
Bernice

Reputation: 41

IBM Worklight - How to read barcode

I know how to get a picture and how to show a picture in IBM Worklight using a Cordova plug-in.

I am now looking for information on how to read a barcode using the device camera across mobile platforms.

Upvotes: 1

Views: 995

Answers (3)

Angelo
Angelo

Reputation: 814

Search Phonegap plugin ,such as this: https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner

Upvotes: 0

Orlando Rincón
Orlando Rincón

Reputation: 547

Just googled about the barcode scanner and found this. It seems to work for iOS and there is some info in the comments to make it work on Worklight 6.0.

Also, there is this IBM Redbook. Get the PDF file and look for the section "Creating the shell for the bar code scanner"; there are detailed instructions on how to configure the Barcode Scanner (it covers the Android part)

Upvotes: 3

Related Questions