loadUrl

open override fun loadUrl(url: String, headers: Map<String, String>)

Loads the given URL with the given headers.

This runs the WebView headless if isHeadless is toggled on.

Parameters

url

The URL to load.

headers

The headers to send with the request.


open override fun loadUrl(url: String)

Loads the given URL.

This runs the WebView headless if isHeadless is toggled on.

Parameters

url

The URL to load.