webview_csharp icon indicating copy to clipboard operation
webview_csharp copied to clipboard

C# bindings for webview/webview - Batteries included

Results 15 webview_csharp issues
Sort by recently updated
recently updated
newest added

Trying to serve a Blazor WebAssembly app gives 404s when the app tries to serve DLL files ![image](https://user-images.githubusercontent.com/38048855/150804532-18ca63af-2f2c-4593-8b2d-2ef504b707fd.png) Files of other types such as .js work correctly. Is there something...

It seems like webview.Evaluate silently fails when called inside a event handler. Here is a basic example reproducing the issue. Not sure if this is a C# binding issue or...

# Description Just created a new project via: ```sh dotnet new console -lang c# -n WebviewTest -o WebviewTest cd WebviewTest dotnet add package SharpWebview ``` Program.cs: ```cs using SharpWebview; using...

enhancement

Hi I am wondering how to handle maximizing/full screening the window or setting a start position for the window. Atm it looks like there is only a function exposing the...

Hello! I am using Windows 10 (19041.685) with new Edge Chromium (87.0.664.57). I have created a test project with SharpWebview but the application crashes(screenshot below). Loopback is also enabled on...

If I use normal edge (Version 86.0.622.63 (Official build) (64-bit)) right clicking does not open a context menu. If I use canary edge I can right click and use dev...

Hi I'm pretty sure I tested this a few weeks ago using edge 86.0.622.51 and I thought it worked just fine. Since then I seem to only be able to...

Is there any possibility to create a blazor example, or get the blazor sample project to run in webview? I'm not expert in this area, but is there some overlap...

Change logic of Loopback check so that it checks for any exemption for an app container with a matching name, instead of requiring exactly one for this issue: [Call to...

When calling the `Navigate` method at application startup, `GetWebViewAppContainerSid` seems to find more than one AppContainer with a name matching `microsoft.win32webviewhost_cw5n1h2txyewy`, resulting in this error (this stacktrace is from the...