-
### Description:
I'm encountering an issue when trying to build an MSI for a Maui Blazor Hybrid project using WixSharp after including the Toolbelt.Blazor.HotKeys2 NuGet package.
### Steps to Re…
-
Firstly, the simplicity of this project’s setup is impressive. I attempted to use it in a new .NET MAUI Blazor Hybrid App, but it wouldn’t install, resulting in this error:
"Install failed (project: …
-
Hi :)
I am just trying out the library but unfortunately it seem has a problem related to mouse events when dragging port, node, and graph.
-For port problem, when dragging port and releasing mous…
-
I try to use the Hotkeys2 library in a MAUI Blazor Hybrid App with .NET 8, following the instructions from the Hotkeys2 README.
Maybe there is just something missing in the README instructions?
…
-
### Description
I am developing a Blazor+Winform app according to the site below. https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/windows-forms?view=aspnetcore-8.0
In the app…
-
Blazored Video is implemented into Maui Blazor Hybrid and tested on Windows, IOS and Android.
The Videos play all well on all Platforms.
But:
- On IOS the videos allways start in full screen or…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I am developing a Blazor hybrid app…
-
Just wondering if you've been keeping up with the .NET 6 / MAUI news... it might be worth investigating "upgrading" your app to use that instead of Mobile Blazor Bindings, since MBB is experimental an…
-
### Description
I created a Maui Blazor Hybrid projects and I now want to publish this app in Release mode. But when I run the app in release mode, the entry point page "/", which is declared in a …
JLfub updated
2 months ago
-
I have a .NET 8 Blazor MAUI Hybrid App using MudBlazor.
I use a multiline `MudTextField` with `EditForm` for submitting messages.
My goal was to send the message with `Enter` and get a new line …