onReceivedTouchIconUrl property
Event fired when there is an url for an apple-touch-icon.
url
represents the icon url.
precomposed
is true
if the url is for a precomposed touch icon.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onReceivedTouchIconUrl)
Implementation
final void Function(T controller, WebUri url, bool precomposed)?
onReceivedTouchIconUrl;