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:

Implementation

final void Function(T controller, InAppWebViewHitTestResult hitTestResult)?
    onLongPressHitTestResult;