zxing-js / browser

ZXing for JS's browser layer with decoding implementations for browser.
MIT License
213 stars 43 forks source link

Browser OneD Reader problem #102

Open kaost opened 1 year ago

kaost commented 1 year ago

When using Chorme browser on iPhone or Android phone, the 1D barcode reader work very well. But if I use Chrome in iPad, it almost cannot work correct. The 1D barcode foramt is CODE39. Are there any parameters or source code that need to be modified? Thanks for your help.