MauiHybridWebView icon indicating copy to clipboard operation
MauiHybridWebView copied to clipboard

Nothing happens when parameter contains escaped character

Open Suresh-Subedi opened this issue 10 months ago • 1 comments

await HWV.InvokeJsMethodAsync("alert", "a"); Shows alert.

await HWV.InvokeJsMethodAsync("alert", "\\");
await HWV.InvokeJsMethodAsync("alert", "\"");

Does nothing.

Suresh-Subedi avatar Apr 09 '24 11:04 Suresh-Subedi