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&translate-esc=false&unit=Fit&dpi=96&imagetype=Gif&rotation=0&color=%23000000&bgcolor=%23ffffff&qunit=Mm&quiet=0&eclevel=L

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.

Please contact Support for help with this.

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

1 Like

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])