browser icon indicating copy to clipboard operation
browser copied to clipboard

ZXing for JS's browser layer with decoding implementations for browser.

Results 67 browser issues
Sort by recently updated
recently updated
newest added

Hi, Is there away to add features to help user to better orient the phone in front of the barcode? I am thinking about the horizontal red line and the...

I get this `DOMException: The associated Track is in an invalid state` in chrome on mobile devices. Using the BrowserMutliFormatReader and call the function `decodeFromDevice` the error occures after calling...

This QR code used to work with the library that was available at `https://unpkg.com/@zxing/library@latest`, but throws `CheckSumException` or `FomatException` with the newer library (`https://unpkg.com/@zxing/browser@latest`). ![qr](https://user-images.githubusercontent.com/13549330/123527833-cc977c00-d6b0-11eb-948b-819d24c59b15.JPG)

Same problem as https://github.com/zxing-js/library/issues/291 I think, except that I can't set TRY_HARDER for the "browser" package.

The documentation needs improvement on the following topics - How to properly handle errors (NotFoundException, ChecksumException, FormatException) - How to light the torch - How to get the videoInputDevices (like...

Hi ! Is there any problem with https://unpkg.com/@zxing/[email protected]/umd/zxing-browser.min.js ? File not found :( Thanks a lot ! R

Im using the `BrowserMultiFormatReader` and in version 0.0.9 the UPC-A Barcodes can not be scanned. Downgrading to version 0.0.3 resolved the issue though.

Hello, I have in react component, when is render I want run scanner, if not stop scanning barcode. ```js import React, {useRef, useEffect} from 'react'; import {BrowserMultiFormatReader, BarcodeFormat} from '@zxing/browser';...

question

When using the decodeFromVideoElement tag, I receive an error about a callback function not being present. `Unhandled Promise Rejection: ArgumentException: callbackFn is a required parameter, you cannot capture results without...

After updating to the latest version the video element closes. Angular 11 ![image](https://user-images.githubusercontent.com/54311614/116679428-c9cb2400-a9aa-11eb-85be-23cc257bb291.png) ![image](https://user-images.githubusercontent.com/54311614/116679196-883a7900-a9aa-11eb-980b-904a6ae7d843.png) ![image](https://user-images.githubusercontent.com/54311614/116679175-7e187a80-a9aa-11eb-8f96-3be6c352261a.png)