onWindowBlur method

void onWindowBlur()

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 native WebView
  • iOS
  • MacOS

Implementation

void onWindowBlur() {}