WebWindow icon indicating copy to clipboard operation
WebWindow copied to clipboard

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.

Results 72 WebWindow issues
Sort by recently updated
recently updated
newest added

In addition to #88 I found another issue. The fact that the dispatcher was implemented as NullDispatcher (probably OK for single threaded Client Side Blazor), made it possible that user...

This is a fix for https://github.com/SteveSandersonMS/WebWindow/issues/88. What happened is that the renderer would clear up eventhandlers from a batch because it immediately got a "completed" task, without the call actually...

Minimal Repro here: https://github.com/jspuij/WebWindow/tree/eventbug The keydown and oninput events fire shortly after eachother and trigger some sort of concurrency issue. The error message to the console is: ``` Uncaught (in...

Attempting to run on Windows Server 2016 Datacenter with Edge Beta installed. I have not logged in/out and restarted the server after installing the Edge browser. Does that matter? Is...

Hi! Would it be feasible to make the web assets an embedded resource and extract on first load? Or even mimic a virtual file system to the browser? Interested in...

As we know with the new 3.2.0 preview template of Blazor WebAssembly there is anymore the Startup.cs file and class. So what we have to use in Program.cs instead `ComponentsDesktop.Run("My...

Comment, not an issue, but would https://github.com/tauri-apps/tauri be something worth looking at instead of webview? It seems to have quite a bit of momentum...

the new release of razor components/blazor no longer has a IComponentApplicationBuilder interface which is used by WebWindow.Blazor please update to new razor/blazor library and update implementation accordingly and/or give guidance...

Running latest version of Blazor (WASM) as a "Client" project and WebWindow as "Desktop" project. Desktop.csproj netcoreapp3.1 WinExe 8.0 wwwroot\%(RecursiveDir)%(Filename)%(Extension) PreserveNewest Desktop.Program.cs class Program { static void Main(string[] args) {...

Creating PR on behalf of @vavadevs #54