-
Notifications
You must be signed in to change notification settings - Fork 103
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
Scanner not working sometimes #99
Comments
I have the same problem. In Debug mode, this is rare, but in Release it occurs every time |
maybe related to #105 |
Hi, In my case this is happening when proxy?.Close(); in SafeCloseImageProxy method in Android CameraViewRenderer.cs line 410 raise the ArgumentException.
System.ArgumentException: Handle must be valid. After this exception scanning stops. I've managed to add quick and dirty workaround with calling:
|
Hi, wanted to now if there is any progress made with this issue? |
I am also facing same issue for Android Kyocera dual force pro device. |
I have the same issue, using 6.3.0.29 in MAUI |
I've faced with some strange scanner behavior on Android.
On some devices scanner not working (not scanning) at first page opening. I have to close page and open it again. After that scanner works correctly.
May be some "internal" things not ready on first try?
For example there https://github.com/JimmyPun610/BarcodeScanner.XF/blob/dd8c0d099b4c155a9aefd2accb92afe28affcf51/GoogleVisionBarCodeScanner/Android/Renderer/CameraViewRenderer.cs#L84
The text was updated successfully, but these errors were encountered: