r89OnPageStarted

open fun r89OnPageStarted(webView: WebView?, url: String?, favicon: Bitmap?)

The way to get notified when WebViewClient.onPageStarted is called

This function is called when the web starts loading a url.

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

Return

Unit

Parameters

webView

WebView?

url

String?

favicon

Bitmap?