onRequestFocus method

  1. @override
void onRequestFocus()
inherited

Request display and focus for this WebView. This may happen due to another WebView opening a link in this WebView and requesting that this WebView be displayed.

Officially Supported Platforms/Implementations:

Officially Supported Platforms/Implementations:

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@override
void onRequestFocus() {}