iOS Question WKWebView EvaluateJavaScript return Result

Grant Fullen

Member
Licensed User
I have a straightforward JS function that returns a value. It's all working in the WKWebView. However, Result just returns Null in the JSComplete event. How can I get the return value from my JS function to the Result parameter in that function?
 

Grant Fullen

Member
Licensed User
I didn't know you could use a Wait For. Hopefully that'll do it because the Javascript I'm executing does in fact have to wait for the web to return the data.
 
Upvote 0
Top