-
It seems at the moment barcodes like EAN are only scanned if somewhat horizontal?
Would like them to be scanned if at an angle as well such as being vertical or diagonal to the camera.
-
**Describe the bug**
A clear and concise description of what the bug is.
- in iOS17, the parameter of aspectRatio does not work any more. It works fine in iOS 16.
**Describe the browser:**
- O…
-
**Describe the bug**
There is a `globalThis` call in html5-qrcode.min.js. Using `globalThis` dramatically raises the minimum required browser versions. Doing `globalThis || global || self || window…
-
This is a parent issue to track all UPC related issues filed.
Will use this as the tracking bug.
Target devices: Iphone 13
Relevant issues:
- [x] https://github.com/mebjas/html5-qrcode/iss…
-
Can we add a svelte example?
-
I have custom barcodes generated by using "Libre Barcode 39" on Google Fonts (https://fonts.google.com/specimen/Libre+Barcode+39). If they are at most 8 or 9 characters, it seems they work fine, but w…
-
```svelte
import { Html5Qrcode } from 'html5-qrcode'
import { onMount } from 'svelte'
let scanning = false
let html5Qrcode
onMount(init)
function init() {
…
-
Hi got this error when im trying to install react-qr-reader in version 18 of React
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: r…
-
# HTML5 QR Code scanning with javascript - launched v1.0.1 | Minhaz’s Blog
In 2015 I had written an HTML5 based QR code scanning library as a jQuery extension. Recently I realised there was some cons…
-
**I am trying to integrate HTML bar code version and you mention in the documentation that the script has functionality to scan PDF417 but it didn't.**
=====================
Code that i am using
…