onLongPressHitTestResult method
- InAppWebViewHitTestResult hitTestResult
override
Event fired when an HTML element of the webview has been clicked and held.
hitTestResult represents the hit result for hitting an HTML elements.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - View.setOnLongClickListener)
- iOS WKWebView (Official API - UILongPressGestureRecognizer)
Parameters - Officially Supported Platforms/Implementations:
hitTestResult: all platforms
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onLongPressHitTestResult(InAppWebViewHitTestResult hitTestResult) {}