onLoadStart property
Event fired when the WebView starts to load an url
.
Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onPageStarted)
- iOS (Official API - WKNavigationDelegate.webView)
Implementation
final void Function(InlineWebViewMacOsController controller, Uri? url)?
onLoadStart;