Skip to main content
1 vote
0 answers
62 views

useEffect(() => { if (isOpen && !isSaved) { let html5QrCode: Html5Qrcode | null = null; const startScanner = async () => { try { html5QrCode = ...
Shiva's user avatar
  • 11
0 votes
0 answers
40 views

I work on a website made with Joomla. I'm trying to import html5-qrcode like this : <script src="https://unpkg.com/[email protected]/html5-qrcode.min.js"></script> But I get ...
Nathan MICONI's user avatar
0 votes
1 answer
206 views

I would like to create a QR Code containing HTML that a person uses its Android/iOS camera to click in the Scanned QR Code through their camera and it opens an offline HTML (the HTML code is already ...
Grego's user avatar
  • 2,260
-1 votes
2 answers
416 views

I want to scan a QR code from my website and i'm using the html5-qrcode js library. It is working properly from safari or whatever browser I use it in. It asks for permissions, then makes you select ...
Synapsis's user avatar
  • 1,047
1 vote
1 answer
516 views

While using html5-qrcode on mobile or desktop, if the user closes the browser or changes the browser tab without stopping the html5-qrcode in scanning mode, html5-qrcode still uses the camera source ...
MSM's user avatar
  • 113
0 votes
0 answers
345 views

Why it is working on localhost and it is not working on my server im using my public ip static getCameras() { return new Promise((resolve, reject) => { // Check if necessary media-...
Jonjon Candare's user avatar
0 votes
1 answer
2k views

I used the html5qrscan code from geeksforgeeks (url) After successfully scanning the QR code a message including the url of the QR code is shown, I would prefer to automatically get redirected to the ...
neongmr's user avatar
0 votes
0 answers
919 views

I'm working on a web app which will allow an user to read barcodes. I'm using Svelte and Sveltekit to do so. I have some code which runs well on my laptop. It asks for permission to access my camera ...
MrCujo's user avatar
  • 1,393
0 votes
0 answers
69 views

I integrated html5-qrcode in a next.js project. The state array should be updated when barcode is recognized (onNewScanResult callback). The main code is the following. The results are logged ...
WangYudong's user avatar
  • 4,413