BlazorBarcodeScanner
BlazorBarcodeScanner copied to clipboard
Barcode Scanner component for Blazor using zxing-js Interop
I created a new .net8 Blazor Wasm project and inserted only Blazor Barcode Scanner as described. Inserted the component in the Home.razor and got the following error: crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled...
Greetings, I've added image styling for the video element, which would let you for example set width 100% or maybe have border radius for the video element , very useful...
Hi, I have been using this to try and scan some EAN-13 barcodes. However it does not seem to recognise it. I have been able to scan a qr-code, so...
Local server its working but after deployment on server below error us facing Can't enumerate devices, method not supported. Error: Can't enumerate devices, method not supported. at t.BrowserMultiFormatReader. (http://192.168.90.220:499/_content/BlazorBarcodeScanner.ZXing.JS/zxingjs.index.min.js:15:28105) at...
Copied from [this zxing-js issue](https://github.com/zxing-js/library/issues/594) The js library seems to already support it, it should just be exposed to the blazor component. Thanks for your work Feature Description: The willReadFrequently...
The library does not seem to work in a Blazor WebApp project with static SSR rendering. The issue appears to be related to the initialization method: ` protected override async...
Main fixes - Try Catches for JS - Included .NET9 in the latest package - Made awaitable functions actually awaited - Upgrade ZXing to V0.21.3 Various fixes - Added MacOS+Rider...
I'm developing an app with the BarcodeScanner. When the user tries to scan the code, the library automatically selects the first camera of the device and the video device list...