minhaz

Results 171 comments of minhaz

I cannot reproduce this issue on the Iphone 13 - chrome or safari. Can you check if following links work for you - https://scanapp.org - https://scanapp.org/staging On similar environment.

I tried with some other online barcode readers as well and all of them seem to ignore the leading 0. I generated one online and it seemed to show the...

This now needs to be back-ported to https://github.com/mebjas/html5-qrcode/blob/master/third_party/zxing-js.umd.js considering zxing-js is no longer well maintained and `html5-qrcode` has modified internal version further. A better refactor would be if we maintain...

Scanapp uses experimental support of using `BarcodeDetector` API which uses the hardware supported detectors first before zxing - so it could be because of that. ```js let html5QrcodeScanner = new...

Similar example by @sam-the-programmer in https://github.com/mebjas/html5-qrcode/issues/522 > Try scan a barcode with the scanner, e.g. [this one](https://barcode.tec-it.com/en/EAN13?data=0240000019736)

Will be fixed in `version 2.3.1`. Please track in this parent bug https://github.com/mebjas/html5-qrcode/issues/605 Closing this one.

planning to look into this - please track the parent issue (of which this is dup) https://github.com/mebjas/html5-qrcode/issues/94

@cheweytoo Thanks for the interest. This has been a key issue in my mind. > Have you already thought about how you'd want the internationalisation to be triggered/configured? Via an...

@mebjas - [ ] Start an effort on this with Spanish and French - [ ] Write a blog post describing how to do this for any language. - [...

Will look into this soon.