onPageStarted

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

Handles the start of a page load.

Parameters

view

The WebView loading the page.

url

The URL being loaded.

favicon

The favicon for the page, or null.