onWindowBlur method
override
Event fired when the JavaScript window object of the WebView has lost focus.
This is the result of the blur JavaScript event applied to the window object.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onWindowBlur() {}