UIWebview
used to have a very handy feature that allowed for the access of javascript
variables from Swift
.
func stringByEvaluatingJavaScriptFromString(_ script: String) -> String?
Is there a similar function or method in WKWebview
that allows for accessing javascript
variables from Swift
?