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.

Official Android API: https://developer.android.com/reference/android/view/View#setOnLongClickListener(android.view.View.OnLongClickListener)

Official iOS API: https://developer.apple.com/documentation/uikit/uilongpressgesturerecognizer

Implementation

void onLongPressHitTestResult(InAppWebViewHitTestResult hitTestResult) {}