How to call void methods when using HybridWebView #26679
Unanswered
PavloLukianets
asked this question in
Q&A
Replies: 1 comment
-
Also I am having troubles when using arrays as parameters. Any clue how to correctly pass an array? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I used https://github.com/Eilon/MauiHybridWebView I invoked regular void methods when I don't need the result like this -
webView.InvokeJsMethodAsync("methodName")
. The new out of the box HybridWebView forces me to pass "JSON serialization info for return type". What to do when I don't need a return type?Beta Was this translation helpful? Give feedback.
All reactions