Skip to content

Instantly share code, notes, and snippets.

@piotrmadry
Last active July 24, 2021 15:06
Show Gist options
  • Save piotrmadry/7ca23bdbd67ce9e5a4aa51610ca28033 to your computer and use it in GitHub Desktop.
Save piotrmadry/7ca23bdbd67ce9e5a4aa51610ca28033 to your computer and use it in GitHub Desktop.
webView.settings.javaScriptEnabled = true
webView.webViewClient = object : WebViewClient() {
override fun onPageFinished(view: WebView, url: String) {
injectJS()
}
}
webView.loadUrl("https://www.google.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment