janseris

Results 90 comments of janseris

Is this project of "Blazor Native" still active or has been abandoned and its continuation is the BlazorWebView component? @Eilon Thanks

Can't wait when Blazor mobile bindings are combined with MAUI. That's the best of all worlds. Because it will be Blazor syntax but no JS to render - this means...

This definitely needs to be builtin because when using a third party tool, the image must be first exported to a byte array, then the byte array has to be...

Use libgdiplus. this library is broken and incomplete

You are actually lucky that `Downsize` sort of works on Android. `Resize` does not and on Windows, nothing works. This issue affects `jpg` images and the cause is: https://github.com/dotnet/maui/issues/13902 I...

@limefrogyank tag some MAUI people to receive any info on this

> I found a workaround. Put a dummy GraphicsView on the page somewhere where it loads first and handle the Loaded event with this: > > ``` > private void...

@Eilon shouldn't Blazor WebView be a separate repository? It can be used in MAUI but it is a separate technology - it is strange that BlazorWebView issues from WinForms are...