Skip to content Skip to sidebar Skip to footer

MeteorJs Putting Cordova Barcode Scanner Inside A Fixed Div

In my meteor, I need to implement a qr code scanner. I am trying to use cordova barcode scanner package for meteor. The scanner is running fine on the android phone. But my require

Solution 1:

The cordova barcode scanner plugin is based on zxing and in Android the control is passed to the plugin app (ie zxing). In the zxing app, the camera scan takes over the entire screen and its output is not or cannot be forced into a div or browser view.


Post a Comment for "MeteorJs Putting Cordova Barcode Scanner Inside A Fixed Div"