MauiHybridWebView
MauiHybridWebView copied to clipboard
Nothing happens when parameter contains escaped character
await HWV.InvokeJsMethodAsync("alert", "a");
Shows alert.
await HWV.InvokeJsMethodAsync("alert", "\\");
await HWV.InvokeJsMethodAsync("alert", "\"");
Does nothing.