Question

How to implement barcode scanner in Hybrid applications, which i want to support it for android/ios/bb/windows platforms in IBM Worklight.

Was it helpful?

Solution

You can use some third party libraries to achieve cross platform bar code scanning using camera.

  • Zbar - it is free and you can use it with cordova also.
  • RedLaser mainly used for enterprise apps and it is not free.

If you dont want to use above libraries you need to create a cordova plugin to capture the image and read the barcode from image which you captured. for more into link

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top