html5-qrcode-react
html5-qrcode-react copied to clipboard
React example using html5-qrcode library
This code doesn't work on mobile browser on next.ts application. At the same time, everything works correctly on the desktop, the camera opens and scans. But in a mobile browser,...
 This happens randomly and I can't figure out what's causing it.
My project is mainly aimed at mobile devices that have two cameras - front and back. The scanner does not work on a dual camera device, it only works on...
This is an awesome package and if a few issues associated with it are fixed, it can turn out the best for this job. When a scanning is done successfully,...
My project is mainly aimed at uploading the whole identification card with qrcode in it. I tried scanning the identification card with qr code in the right part of the...
There is a way to change labels text in React environment?
Currently it looks like this code is not available for direct reuse. The repo is marked private in the package.json ``` "private": true, ``` https://github.com/scanapp-org/html5-qrcode-react/blob/main/package.json#L4 and I did not spot...
@mebjas, Thanks for providing such a great plugin. This is a great plugin for all the platform, can you please add the license or make it public?
Hi, I'm using the plugin Html5QrcodePlugin and ResultContainerPlugin exactly like the repository but I don't know how to pause the scanner onNewScanResult(). I want to pause the scanner onNewScanResult, make...