Interface JQueryFingerOptions

Index

Properties

Properties

public doubleTapInterval: number

The maximum time between two tap events to fire a doubletap event. If this time is reached, two distinct tap events will be fired instead. Default: 300(ms).

public flickDuration: number

The maximum time the user will have to swipe in order to fire a flick event. If this time is reached, only drag events will continue to be fired. Default: 150(ms).

public motionThreshhold: number

The number of pixels the user will have to move in order to fire motion events (drag or flick). If this time is not reached, no motion will be handled and tap, doubletap or press event will be fired. Default: 5(px).

public pressDuration: number

The time the user must hold in order to fire a press event. If this time is not reached, a tap event will be fired instead. Default: 300(ms).

public preventDefault: boolean

Globally prevents every native default behavior. Default: undefined.