jsakamoto
jsakamoto
Unfortunately, I believe that not working of handling `Ctrl` + `Shift` + `N` key events is a limitation on Chromium browsers. See also: https://stackoverflow.com/questions/13408233/event-binding-ctrl-shift-n-in-chrome Therefore, nobody must be able to...
Hi @fingers10, Unfortunately, I could not build the "MAUI" project with the build error below. ``` 24>------ Rebuild All started: Project: MAUI, Configuration: Debug Any CPU ------ 24>C:\Program Files\dotnet\sdk\9.0.200\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.targets(675,5): error...
@fingers10 > Can you do the following and do a build? I did it, including commenting out the "CopyChartCSS" target in the CommonComponents.csproj, but the build is still failing.😠...
@fingers10 OK, no problem. If you find any issues with this library, please let me know.😊
Hi @fingers10, I'm going to close this issue to keep the issue list clean. But of course, as you know, please feel free to reopen this issue or create a...
(*Copy from: https://github.com/jsakamoto/Toolbelt.Blazor.HotKeys/issues/28 )
@b2k If you provide me with a small sample project that reproduces the problem, I might be able to investigate it.
@monderino You can define your common localized text tables in a Razor class library, and it can be used from any other Blazor projects with a project reference. I created...
@monderino Thank you for your reporting. I wish I could investigate this problem immediately, but I can't right now because I'm a bit busy with another task. Please give me...
@e012345678 The problem must be caused due to lack of consideration Blazor Hybrid MAUI scenario. It means the root reason of the problem comes from an architecture-level incompatibility in this...