Not able to implement Barcode Scanner.

0
I'm trying to implement barcode scanner but while executing the app in browser it is suddenly getting blank screen and not doing anything. How I can implement the barcode scanner.
asked
1 answers
0

Hi,

I am not sure where are you stuck, but i believe you have to pass image enity as input to java action which creates barcode for you and then you can show that image entity(now barcode)  to some page where users can scan that bar code and they will be redirected to URL that you pass while creating it.

answered