onTitleChanged method
Event fired when a change in the document title occurred.
title
represents the string containing the new title of the document.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onReceivedTitle)
- iOS
- MacOS
- Windows (Official API - ICoreWebView2.add_DocumentTitleChanged)
Implementation
void onTitleChanged(String? title) {}