How would I change the color of the corners when a qr code is accepted? #276
Pavel-Sushko
started this conversation in
General
Replies: 2 comments 1 reply
-
so you need first to manage the data onSuccess() scanned from the qrcode to your app/server and return god when good and when bad just show an error in red.... |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you don't catch it. the scanner scan the QR code the number of frame you set when you create the scanner object. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So I need to scan tickets, and when it's a valid ticket I want it to be green (like it is now), but when the ticket is invalid, I want them to be red.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions