getHitTestResult method
Gets the hit result for hitting an HTML elements.
NOTE: On iOS, it is implemented using JavaScript.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.getHitTestResult)
- iOS
Implementation
Future<InAppWebViewHitTestResult?> getHitTestResult() {
throw UnimplementedError(
'getHitTestResult is not implemented on the current platform');
}