Emanuel R. Vásquez
Emanuel R. Vásquez
Hello, the same problem when I have 2 o more tabs open.
I found another bug? From JS to C#, I do this: window.chrome.webview.hostObjects.sync.MyObject.Foo( [1, 2, 3, "foo", [] ] ) In C# I receive { 1, 2, 3, "foo", {} }...
Hi @lflores-ms, I am using the last released nuget package: - Microsoft.Web.WebView2 (1.0.1518.46) In a WPF application on .NET 6.0, following examples. Yes, my project require allow pass nested arrays...
> I found another bug? > > From JS to C#, I do this: > > window.chrome.webview.hostObjects.sync.MyObject.Foo( [1, 2, 3, "foo", [] ] ) > > In C# I receive...
@lflores-ms Hi! To enumerate issues: - 1. https://github.com/MicrosoftEdge/WebView2Feedback/issues/3183#issue-1568716328 - 2. https://github.com/MicrosoftEdge/WebView2Feedback/issues/3183#issuecomment-1421507927 To clarify second issue: I try from JS: `window.chrome.webview.hostObjects.sync.MyObject.FooIn("nombre", [1, ["some", 1, 2, [6, 7, 8] ] ] )`...
Hello, any news about this?