Page 1 of 1

BarCodeScanner in Web App

Posted: Sat Oct 28, 2017 5:13 am
by Paul Medawar

I have an app that utlises the barcodescanner plugin to allow a user to access further features.

This works fine for ios and android native builds.

However the phones camera is not being accessed for the web app that I have built.

Do I need to add anything for the barcodescanner to work through a web app?


BarCodeScanner in Web App

Posted: Sat Oct 28, 2017 5:28 am
by Paul Medawar

I have seen that it is possible to access the camera for a barcode scan through a browser at webqr.com


BarCodeScanner in Web App

Posted: Sat Oct 28, 2017 11:11 am
by Serhii Kulibaba

Hello Paul,

You are right, it is possible to do with 3rd-party libraries, like https://github.com/code-kotis/barcode...
But we don't have the tutorial how to implement it, please see the documentation in the link above.


BarCodeScanner in Web App

Posted: Fri Nov 10, 2017 1:27 pm
by Paul Medawar

ok thanks Serhii