-
Notifications
You must be signed in to change notification settings - Fork 1
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
QR Scanner React component #16
base: main
Are you sure you want to change the base?
Conversation
Tried it out on IOS using a https server:
It requests access to the camera, and presents 'Front Camera' and 'Back Camera' options, but only a white canvas. Will try getting Safari's debug console output tomorrow |
Yes, I started up the storybook server with self-signed certificate myself to test it on my phone. Please note that you can't select the camera ATM, it should choose the back camera by default. |
Update: |
No luck getting dev tools to work, I believe I'm running into this bug: google/ios-webkit-debug-proxy#383 |
Upgraded to the latest qr-scanner, that does scan region and qr code highlighting out of the box. |
This is still work in progress (the code could be cleaned up more and/or documented), but I think it is good enough for others to have a look at it and trying it out.