fun runJavaScript(content: String, callback: () -> Unit = {}): Unit
Runs JavaScript content on this web view.
content - JavaScript code to run.
content
callback - Executed when the given JavaScript code is done executing.
callback