Hi,
I’m using the “Barcode & QR Code Reader” Bubble Plugin to build an app that needs to scan barcodes. On Android & Chrome, “List of cameras” under the reader element correctly returns all cameras (front and back) and lets the user toggle between them as expected.
On iOS & both Chrome and Safari, the “List of cameras” under the reader element only returns a single camera “Video device 1”. This is also the case in the demo app. The issue here is that for all iPhones with a wide angle lens, the wide angle camera is being defaulted to and is the only camera that can be used. I have been unable to successfully scan a barcode with the wide angle lens.
How can I toggle to the regular lens on iOS using the barcode scanner?
Thanks