onLongPressHitTestResult method

  1. @override
void onLongPressHitTestResult(
  1. 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:

Implementation

@override
void onLongPressHitTestResult(InAppWebViewHitTestResult hitTestResult) {}