OnPointerEventListener

Used for listening on WebView pointer events.

See https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent for more information regarding web pointer events.

Functions

Link copied to clipboard

Fired when a 'pointercancel' or 'touchcancel' event occurs in a page.

Link copied to clipboard

Called when a 'pointerdown','touchstart' or 'mousedown' event occurs inside the WebView.

Link copied to clipboard

Called when a 'pointermove','touchmove' or 'mousemove' event occurs inside the WebView.

Link copied to clipboard
abstract fun onPointerUp(event: PointerEngineEventData)

Called when a 'pointerup','touchend' or 'mouseup' event occurs inside the WebView.