ZXingBlazor icon indicating copy to clipboard operation
ZXingBlazor copied to clipboard

Using ZXing Scan barcode/QR code in blazor

Results 4 ZXingBlazor issues
Sort by recently updated
recently updated
newest added

Add a scanning box in the middle of the scanning area, crop the QR code in the scanning box in the video source, and only parse the QR code in...

The import path is `/_content/ZXingBlazor/lib/zxing/zxing.min.js` originally in BarcodeReader.razor.js, but when I deploy my web app to the production server, it show the following error message: `Failed to fetch dynamically imported...

I used this [link](https://github.com/densen2014/ZXingBlazor/issues/10) But I got this error >>> The name 'barcodeReaderCustom' does not exist in the current context . How can i use custom ui ? my ZXingBlazor...

Hi, its great to see the library supports Vibration on scan success on devices that support it. But I would like to disable this behavior based on user settings in...