requestFocusNodeHref method
Requests the anchor or image element URL at the last tapped point.
NOTE: On iOS, it is implemented using JavaScript.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.requestFocusNodeHref)
- iOS
Implementation
Future<RequestFocusNodeHrefResult?> requestFocusNodeHref() {
throw UnimplementedError(
'requestFocusNodeHref is not implemented on the current platform');
}