Qr scanner suddenly not working

Hi Team Appsheet,

I have a project like an inventory app with a QR Scanner menu where you will scan such item/product and you can view and edit the details of such item/product. Everything is working until today the scanner stops, it can not scan the QR Codes anymore.

I was using this code below in my QR Code(Virtual Column) as an app formula. Appreciate much if anyone can help

https://barcode.tec-it.com/barcode.ashx?data="&[Name]&"&code=MobileQRCode&multiplebarcodes=false&tra...

Solved Solved
0 4 720
1 ACCEPTED SOLUTION

I use an alternative code. you can try this one instead

CONCATENATE(“https://chart.googleapis.com/chart?chs=150x150 & cht=qr & chl=”,[Product ID])

View solution in original post

4 REPLIES 4

I am experiencing a similar issue with my app which has for years has used the bar code scanning feature to scan bar codes via the phone’s camera. Suddenly a week or two ago it stopped actually scanning, it just brings the camera up but wont scan the barcodes.

Steve
Platinum 4
Platinum 4

Please contact Support for help with this.

https://www.appsheet.com/Support/Contact

How did you fix it? I am having the same issue

I use an alternative code. you can try this one instead

CONCATENATE(“https://chart.googleapis.com/chart?chs=150x150 & cht=qr & chl=”,[Product ID])

Top Labels in this Space