androidOnReceivedTouchIconUrl method

void androidOnReceivedTouchIconUrl(
  1. Uri url,
  2. bool precomposed
)

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.

NOTE: available only on Android.

Official Android API: https://developer.android.com/reference/android/webkit/WebChromeClient#onReceivedTouchIconUrl(android.webkit.WebView,%20java.lang.String,%20boolean)

Implementation

void androidOnReceivedTouchIconUrl(Uri url, bool precomposed) {}