OnMouseEventListener

Used for listening on WebView mouse events such as "click".

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

Functions

Link copied to clipboard
abstract fun onClick(event: MouseEngineEventData)

Called when a "click" event occurs inside the WebView.