2017 © Pedro Peláez
 

library yii2-touchswipe

TouchSwipe Jquery Plugin

image

dungang/yii2-touchswipe

TouchSwipe Jquery Plugin

  • Monday, April 10, 2017
  • by dungang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-touchswipe

TouchSwipe Jquery Plugin, (*1)

TouchSwipe 1.6, (*2)

A jQuery plugin to be used on touch devices such as iPad, iPhone, Android etc., (*3)

Detects single and multiple finger swipes, pinches and falls back to mouse 'drags' on the desktop., (*4)

Time and distance thresholds can be set to distinguish between swipe gesture and slow drag., (*5)

configuration., (*6)

Detects swipes in 4 directions, "up", "down", "left" and "right"
Detects pinches "in" and "out"
Supports single finger or double finger touch events
Supports click events both on the touchSwipe object and its child objects
Definable threshold / maxTimeThreshold to determin when a gesture is actually a swipe
Events triggered for swipe "start","move","end" and "cancel"
End event can be triggered either on touch release, or as soon as threshold is met
Allows swiping and page scrolling
Disables user input elements (Button, form, text etc) from triggering swipes

The Versions

10/04 2017

dev-master

9999999-dev

TouchSwipe Jquery Plugin

  Sources   Download

MIT

The Requires