onLongPressHitTestResult property
void Function(T controller, InAppWebViewHitTestResult hitTestResult)?
onLongPressHitTestResult
final
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
final void Function(T controller, InAppWebViewHitTestResult hitTestResult)?
onLongPressHitTestResult;