You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am using the BarcodeService to scan a barcode on my iPhone 7 (iOS 15.7.3) scanning usually works just fine.
However, when I call BarcodeScanService.asyncScan(title, legent, resultText) and the camera is already perfectly aligned with the the barcode its supposed to scan. The view closes immediately again, without getting the view behind it back into focus.
It will remain "slightly zoomed out" and none of the buttons will really work. The only way to get it functional again is to swipe down as if I want to close the camera view manually. But this is not so great in terms of user experience, because the user has no way of knowing how to get out of that "mode" again.
Could you take a look and fix it?
The text was updated successfully, but these errors were encountered:
Hello there,
When I am using the BarcodeService to scan a barcode on my iPhone 7 (iOS 15.7.3) scanning usually works just fine.
However, when I call BarcodeScanService.asyncScan(title, legent, resultText) and the camera is already perfectly aligned with the the barcode its supposed to scan. The view closes immediately again, without getting the view behind it back into focus.
It will remain "slightly zoomed out" and none of the buttons will really work. The only way to get it functional again is to swipe down as if I want to close the camera view manually. But this is not so great in terms of user experience, because the user has no way of knowing how to get out of that "mode" again.
Could you take a look and fix it?
The text was updated successfully, but these errors were encountered: