We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 it does work. But it just cant seem to scan the bar code.
This is the image that doesn't work:
And this one does:
And the code:
<BlazorBarcodeScanner.ZXing.JS.BarcodeReader ShowStart="true" ShowReset="true" ShowVideoDeviceList="true" ShowToggleTorch="true" OnBarcodeReceived="LocalReceivedBarcodeText" OnErrorReceived="Error"/> @code { private void LocalReceivedBarcodeText(BarcodeReceivedEventArgs barcodeArgs) { string barcode = barcodeArgs.BarcodeText; } private void Error(ErrorReceivedEventArgs error) { var message = error.Message; } }
The text was updated successfully, but these errors were encountered:
same.
Sorry, something went wrong.
This seems to be resolved. The Demo-App (App) works with the barcode.
No branches or pull requests
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 it does work. But it just cant seem to scan the bar code.
This is the image that doesn't work:
And this one does:
And the code:
The text was updated successfully, but these errors were encountered: