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

If I try to return any UTF-8 or Unicode characters from a bound method, nothing is returned to the frontend. This seems to have been resolved in webiew and will...

> The library is built-in as part of the shared framework for .NET Core 3.0 and later versions. https://learn.microsoft.com/dotnet/standard/serialization/system-text-json/overview

> [!important] > Webview2 does not require loopback to be enabled. > However, I can't find a way to be able to distinguish between Webview2 (Chromium Base) and classic Edge...

Do we have plans to support loading content from EmbeddedResource in the assembly? like this https://github.com/JBildstein/SpiderEye/blob/master/Source/SpiderEye.Core/Content/EmbeddedContentProvider.cs

Currently, you have to ensure that .NET is installed on the target computer. You can't simple deliver the EXE, unless you do a self-contained EXE, in which case it'll be...