Asad Mansuri
Asad Mansuri
Yes, tried with different QR library and it got scanned easily. I have tried using https://nimiq.github.io/qr-scanner/demo/ and it got scanned successfully.
I have used the https://github.com/SimpleSoftwareIO/simple-qrcode for generating QR code in laravel. The size of QR was 500 * 500px.
I have written below code for scanning QR. ` function onScanSuccess(decodedText, decodedResult) { alert(decodedText); html5QrcodeScanner.clear(); } var html5QrcodeScanner = new Html5QrcodeScanner( "qr-reader", { fps: 10, qrbox: {width: 500, height: 500}...
Yes, I have tried around 100+ QRs, except the shared above all qrs were successfully scanned. Can you please check why that particular QR has an error while scanning?
Can you please let me know why that QR code gives error with your demo link as well? Also, why the same QR scammed easily using other library?
No change, same issue persisted.
OS: Ubuntu 18.04 Browser: Google Chrome HTML5-Scanner Version: 2.0.9
Could you please let me know from where I can get that? Since, I am using the version given in demo link.
used this latest js but still no luck! Issue persisted again. The other QR codes were worked well and the mentioned QR also worked absolutely fine with other plugins except...
Yes, the result is correct which you have shared. I have tried with black margins but then sometimes it got scanned with black margin and some time it gives the...