How to implement barcode scanner in Hybrid applications, which i want to support it for android/ios/bb/windows platforms in IBM Worklight.
You can use some third party libraries to achieve cross platform bar code scanning using camera.
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