Tony
06/01/2021, 4:49 PMevaluateJavascript(...)
to set a javascript variable to a javascript object using the string parameter in the function.
What I have so far:
val javascriptString = "javascript: someString = {\"key\":\"value\"}"
webView.evaluateJavascript(javascriptString, null)
This is not working. Can someone point me in the right direction?ephemient
06/01/2021, 7:29 PM