onLongPressHitTestResult method

void onLongPressHitTestResult(
  1. InAppWebViewHitTestResult hitTestResult
)

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

void onLongPressHitTestResult(InAppWebViewHitTestResult hitTestResult) {}