requestFocusNodeHref method
Requests the anchor or image element URL at the last tapped point.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebView.requestFocusNodeHref)
- iOS WKWebView:
- This method is implemented using JavaScript.
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<RequestFocusNodeHrefResult?> requestFocusNodeHref() =>
platform.requestFocusNodeHref();