sabitertan / BlazorBarcodeScanner

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

fix firefox bug ".getCapabilities is not a function" #26

Closed fabiankuehne closed 2 years ago

fabiankuehne commented 2 years ago

".getCapabilities is not a function" is thrown in firefox because it has no support for this function yet. Trying to fix the code with the getSettings function and it seems to work.