-
Description: Unfortunately, I don't have direct access to these devices for debugging, but multiple users have reported the issue. The camera just refuse to open in any way, without clear error message. Steps to Reproduce:
Expected Behavior:
Observed Behavior:
Additional Information:
Possible Cause & Questions:
Thanks in advance for any help or guidance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thank you for reaching out. At first glance, it looks like you are using the |
Beta Was this translation helpful? Give feedback.
-
Thank you, I have tested it and it is as you said, now it is working fine |
Beta Was this translation helpful? Give feedback.
Thank you for reaching out. At first glance, it looks like you are using the
scan(...)
method that only works for Android devices with Google Play Service. You should therefore definitely use thestartScan(...)
method, which supports all Android devices. If this does not help, please create an official bug report via the issues section since we need more information to be able to help you.