Skip to content
New issue

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

BarcodeGeneratorView for Code128 crashes on WinUI #168

Open
marco-skizza opened this issue Feb 10, 2024 · 1 comment
Open

BarcodeGeneratorView for Code128 crashes on WinUI #168

marco-skizza opened this issue Feb 10, 2024 · 1 comment

Comments

@marco-skizza
Copy link

marco-skizza commented Feb 10, 2024

Hi

According to my tests, the following code crashes on WinUI, but it works on iOS:

<zxing:BarcodeGeneratorView
    HeightRequest="100"
    WidthRequest="300"
    ForegroundColor="Black"
    Value="Test"
    Format="Code128" />

P.S.: I'm on .NET 8. But I think it already crashed with .NET 7.

@Cowan1983
Copy link

I can confirm that this error is present in .NET 7 and that the control is working on the Android emulator (Android 13.0 - API 33).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants