Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Barcode scanning softlock #372

Open
LordTylus opened this issue Sep 4, 2023 · 1 comment
Open

iOS Barcode scanning softlock #372

LordTylus opened this issue Sep 4, 2023 · 1 comment

Comments

@LordTylus
Copy link

LordTylus commented Sep 4, 2023

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?

@LordTylus
Copy link
Author

Upon further inspection, this problem only occurs, when the legend parameter is NOT NULL

a call to BarcodeScanService.asyncScan(title, null, "") for example works without issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant