nimiq / qr-scanner

Lightweight Javascript QR Code Scanner
https://nimiq.github.io/qr-scanner/demo
MIT License
2.39k stars 521 forks source link

It seems that QrScanner.scanImage() doesn't work on ios #142

Open nami8824 opened 2 years ago

nami8824 commented 2 years ago

I implemented file scanning function using QrScanner.scanImage() according to READ ME, but can't read even big QR image file on ios. The same problem occurred on demo page. I can read the same file on Android and Mac OS.

danimoh commented 2 years ago

Hello @nami8824 can you please test whether you still have issues on the newest release? Maybe the WORKER_PATH was not setup correctly, which is however not needed anymore in the newest release.

If the issue still persists, can you check whether you see any warning or error message in the dev tools (make sure to enable appropriate log levels in your console)? Can you test whether the demo page works for you (nimiq.github.io/qr-scanner/demo), for both file scanning and camera scanning?