onPageStarted

override fun onPageStarted(webView: WebView?, url: String?, favicon: Bitmap?)

This function is called when the web starts loading a url. look at WebViewClient.onPageStarted

we are overriding the default behaviour to add the script to the web. so the cmp does not show twice

Return

Unit

Parameters

webView

WebView

url

String

favicon

Bitmap