sabitertan / BlazorBarcodeScanner

Barcode Scanner component for Blazor using zxing-js Interop
MIT License
92 stars 37 forks source link

Provide Completed Event for start #21

Closed nssidhu closed 1 year ago

nssidhu commented 3 years ago

Currently when we click start it takes a while before the Video appears. would be nice to have an event when the load is completed, so that we can display some custom content and take down the custom content after load is completed

sabitertan commented 1 year ago

Fixed in c16361