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.

Implementation

void onWindowBlur() {}