onLongPressHitTestResult method
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 native WebView (Official API - View.setOnLongClickListener)
- iOS (Official API - UILongPressGestureRecognizer)
Implementation
void onLongPressHitTestResult(InAppWebViewHitTestResult hitTestResult) {}