Replies: 2 comments
-
Hey @kbachl, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dobrinyonkov maybe some of your team can follow-up here, the team would probably could give some guidance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I did some usage trials with the BarcodeScannerDialog with a simple test and I'm somehow unsure how this could work in real world.
Now, code was quite easy:
and when I render it on an IPhone 13 under IOS 15 it works as long as its HTTPS (wish: write it into the documentation that it has to be HTTPS, else the browsers wont allow the getMedia thing to work! - and as long as no error handler is defined you wont know why it wont work!);
So when using it the camer pops up and then I hoped to get my barcode.... and then the usability nightmare begins:
-> where do you aim the camera at?
-> how often is the image refreshed?
-> how to pinpoint 1 barcode if there are multiple ones on the item? (common in logistics!)-
It was mentioned that you use the zxing-js/library but I dont see any way to customize its usage. Also I dont see any usable feedback during the stream what its actually doing. Did I understand it wrong?
Beta Was this translation helpful? Give feedback.
All reactions