onWindowBlur property

(void Function(InAppWebViewController controller)?) onWindowBlur
final

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.

NOTE for Web: this event will be called only if the iframe has the same origin.

Supported Platforms/Implementations:

Implementation

final void Function(InAppWebViewController controller)? onWindowBlur;