Hello,
I'm using Powerapps to scan a QR code which contains plain Text to fill out a form. On Android everything works as it should but on iOS the Barcode scanner opens the camera scans the code and immediately closes afterwards and no value changes...
I'm using the normal BarcodeScanner control set to Auto. At first I was using UpdateContext() to fill out a form which is triggered OnScan this worked on Android but did not on iOS. Then I tried using ClearCollection() to gather the text from the QR code, again it worked on Android but not on iOS...
I also tried the Barcode reader (preview) and the Web barcode scanner both of which I couldn't get to work neither on Android or on iOS.
Is it a known bug that the QR code scanner doesn't work on iOS or am I doing something wrong?