
Angelo Degiorgio
- Flag inappropriate
- Show review history
Well done, excellent App. Suggestions, 1. Manual input does not work. 2. Can history be used to make a manual input or send directly via bluetooth. 3. Can you make the app read a barcode image on the same phone where this app is installed. My phone is OnePlus 15R. Thanks

Chris P
- Flag inappropriate
- Show review history
love the app. wanted 5stars but I hoped for an answer to a bug I can't find solution. scanning upc-a adds leading zero and recognizes barcode as ean. why? how to fix that? is there a readme. txt to browse? can't find any on GitHub. thank you. I'll keep trying. I tried JavaScript but I'm a hardware guy not software so not knowing JavaScript I kept getting empty strings.. I tried. maybe after some help I'll put it to another go. update same afternoon: OMG it worked to just paste the JS. 5*
Hi, thanks for the feedback. That's because each UPC-A is an EAN that just encodes a (hidden) leading zero. Purely by looking at the barcode data it cannot be determined if it's an EAN or UPC-A. Some scanners just drop the first zero from EANs. To do the same, you can use the javascript feature like this: format=="EAN_13"?code.replace(/^0/,""):code

Himantha Marasinghe
Really great app. Had to change some settings on the pc but after that, the app worked without any problem. Currently, I have been using it for like 3 months. Tried some other apps but I couldn't get them to work even after changing lots of settings on both devices. The only thing I didn't like was that the scan history got deleted every time I relaunched it. It would be cool if this app had a way to store scanned barcodes and send them to pc without having to scan them every time.
7 people found this review helpful