zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.

Home Page:https://zxing-js.github.io/library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scanning Qr Code from Image 2D does not work in Demo

MoritzWill opened this issue · comments

The demo for scanning QR Codes from images does not work in the official demo:
https://zxing-js.github.io/library/examples/qr-image/

If you click on decode, the result is just N, eventhough it should scan the shown QR Code and show its content.

Thank you!

I have the same problem. The strange thing is that I can get the correct barcode by clicking decode button again.

I'm running into the same problem on the following platforms

  • macOS Google Chrome
  • macOS Safari
  • iOS Safari
  • iOS Google Chrome

Duplicates #520, #525, and #545