Firefox Tomorrow

web api event

Element: gestureend event

View on MDN ↗

The gestureend event is fired when there are no longer multiple fingers contacting the touch surface, thus ending the gesture.

It is a proprietary event specific to WebKit.

Syntax

Use the event name in methods like addEventListener(), or set an event handler property.

addEventListener("gestureend", (event) => { })

ongestureend = (event) => { }

Event type

A GestureEvent. Inherits from Event.

Specifications

Not part of any specification.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also