html5-qrcode-react icon indicating copy to clipboard operation
html5-qrcode-react copied to clipboard

React example using html5-qrcode library

Results 10 html5-qrcode-react issues
Sort by recently updated
recently updated
newest added

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,...

![image](https://user-images.githubusercontent.com/55502046/226265138-f6da8294-b2fe-4e1f-86b3-41d1a5cfdce8.png) 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...