Skip to content
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

Migrate from jsQR to qr-scanner for full barcode support. #54

Closed
juliansteenbakker opened this issue Mar 11, 2022 · 7 comments · Fixed by #376
Closed

Migrate from jsQR to qr-scanner for full barcode support. #54

juliansteenbakker opened this issue Mar 11, 2022 · 7 comments · Fixed by #376
Labels
enhancement New feature or request

Comments

@juliansteenbakker
Copy link
Owner

On web, jsQR is limited to QR codes only. We should migrate to qr-scanner or something similar to support other barcodes aswell.

@juliansteenbakker juliansteenbakker added the enhancement New feature or request label Mar 11, 2022
@tiamatthei
Copy link

Hi there!
Quick question, is there a specific reason that the StreamController in the mobile_scanner_web_plugin.dart file is not a broadcast StreamController. I'm having problems using the QR reader more than once in the same web app. Thanks in advance for your response.

@EricRode
Copy link
Contributor

The controller is since PR #94 a broadcast Streamcontroller

@p-mazhnik
Copy link
Contributor

qr-scanner (https://github.com/nimiq/qr-scanner) is also limited to QR codes

@thblckjkr
Copy link

It looks like this implementation has a better support for barcodes and cross platform browwsers.

@TheOneWithTheBraid
Copy link

Maybe I can do this one day; I wrote the initial implementation in juliuscanute/qr_code_scanner#306 too and actually promised to still improve it.

@tashi146
Copy link

It looks like this implementation has a better support for barcodes and cross platform browwsers.

I have look into this library and build simple_barcode_scanner but it is not promising as you can see the issue here

@thblckjkr
Copy link

but it is not promising as you can see the issue here

If the underlying problem is specifically that It can't read EAN-13 barcodes with leading Zero mebjas/html5-qrcode#361 (comment) I think it's very promising, I would argue that it's maybe a better implementation than the current one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants