Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

BarCode reader -ZXing

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Locked
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 10 times
Been thanked: 18 times

BarCode reader -ZXing

Unread post by Janusz »

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?
If you like nuBuilder, please leave a review on SourceForge
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 10 times
Been thanked: 18 times

Re: BarCode reader -ZXing

Unread post by Janusz »

after some more investigation - windows hash behavior is not specific to nuBuilder
was trying some solution but none was OK - so please disregard above post
https://stackoverflow.com/questions/387 ... e-document
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2822
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: BarCode reader -ZXing

Unread post by admin »

.
Locked