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
Hi,
Thanks for the ticket, I will double check as soon as possible.
I do have a question though. Did you set shouldKeepScanSessionActive to true? If yes, that keeps the scanning session active, so you'll get multiple callbacks.
About landscape, there shouldn't be anything stopping you from using it in landscape. The test app should support all orientations. Are other orientations supported in your app?
func barcodeScanner(_ scanner: BarcodeScannerViewController, read code: String) {
print(code)
scanner.dismiss(animated: true, completion: nil)
}
is being called 6 times on a single scan. Any way to resolve this?
The text was updated successfully, but these errors were encountered: