Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happens when parameter contains escaped character #61

Open
Suresh-Subedi opened this issue Apr 9, 2024 · 1 comment
Open

Nothing happens when parameter contains escaped character #61

Suresh-Subedi opened this issue Apr 9, 2024 · 1 comment

Comments

@Suresh-Subedi
Copy link

Suresh-Subedi commented Apr 9, 2024

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

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

Does nothing.

@alisterg
Copy link

Also having this issue with \n characters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants