BarCode reader -ZXing
Posted: Sat Jan 25, 2020 4:42 pm
Hi,
I wanted to implement 2D zxing barcode reader to nuBuilder with the following code from:
https://stackoverflow.com/questions/263 ... 9#29931389
(code from the part named: NEW VERSION 12/19/16)
Barcode scanning works properly as separete html page on Android (it requires to install ZXING barcode apk).
When I paste this code to the HTML nuBuilder object - scanning works properly - but just after the code is scanned it goes automatically to the previous page/breadcrumb (exactly like pressing BACK button).
If it is placed on the top panel (the first one which appears after login to nuBuilder) then it works properly.
Can anyone give any advice what to do not to have "back" action after the barcode is scanned from nuBuilder form?
I wanted to implement 2D zxing barcode reader to nuBuilder with the following code from:
https://stackoverflow.com/questions/263 ... 9#29931389
(code from the part named: NEW VERSION 12/19/16)
Barcode scanning works properly as separete html page on Android (it requires to install ZXING barcode apk).
When I paste this code to the HTML nuBuilder object - scanning works properly - but just after the code is scanned it goes automatically to the previous page/breadcrumb (exactly like pressing BACK button).
If it is placed on the top panel (the first one which appears after login to nuBuilder) then it works properly.
Can anyone give any advice what to do not to have "back" action after the barcode is scanned from nuBuilder form?