onLongPressHitTestResult property

  1. @override
(void Function(InAppWebViewController controller, InAppWebViewHitTestResult hitTestResult)?) onLongPressHitTestResult
getter/setter pairoverride-getter

Event fired when an HTML element of the webview has been clicked and held.

hitTestResult represents the hit result for hitting an HTML elements.

Supported Platforms/Implementations:

Implementation

@override
void Function(InAppWebViewController controller,
    InAppWebViewHitTestResult hitTestResult)? onLongPressHitTestResult;