onReceivedError method
Event fired when the PlatformInAppBrowser encounters an error
loading a request
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onReceivedError)
- iOS (Official API - WKNavigationDelegate.webView)
- MacOS (Official API - WKNavigationDelegate.webView)
- Windows (Official API - ICoreWebView2.add_NavigationCompleted)
Implementation
@override
void onReceivedError(WebResourceRequest request, WebResourceError error) {}