Closed hajsf closed 2 years ago
If you call:
w.Bind("ps", printSomething)
You should be able to do:
<script>
window.ps("test");
</script>
I'm closing this since it was answered months ago and I haven't heard back; I hope the answer helped you. If not, feel free to re-open this issue.
I've the below:
And
I want to define the
printSomething
function, but did not know how to make it understand thewebview
in the gofunction, and did not know how to make it call it in the JS function!