Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
253 stars 23 forks source link

Generator should invoke all event handlers via InvokeAsync #65

Closed Dreamescaper closed 2 years ago

Dreamescaper commented 2 years ago

That's usually not a problem, as those event handlers are executed from the same UI thread in most cases. Not all though, ZXing.Net.Maui's CameraBarcodeReaderView invokes events from some other thread.