Hey ya’ll
Depending on your use case, i’ve ditched the native qr-code route and instead have my clients using a bluetooth hand-held barcode scanner that sends unique_id’s directly into the users input box. It works a charm, and these hand-held devices are far more powerful at reading a varietey of 2D barcodes, aswell as having in-built lighting for low-light environments. Heres a link to one im using at the momment, $40 AUD ($22 USD):
We’re creating an event management solution where volunteers will scan tickets on people’s phones so it wouldn’t be practical for each event to purchase scanners and pair them.
Hi there, native beta allows access to the phone’s camera so you could have your users take a photo of the qr code… Then a workflow can send the image to a custom API that validates or not. It sound very simple in terms of Bubble development. But note that there is an extra step, users must click to take the photo and launch the workflow, I don’t think we can have the qr code detected without a custom plugin…