jquery-touchswipe 1.6.15

dotnet add package jquery-touchswipe --version 1.6.15
NuGet\Install-Package jquery-touchswipe -Version 1.6.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jquery-touchswipe" Version="1.6.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jquery-touchswipe --version 1.6.15
#r "nuget: jquery-touchswipe, 1.6.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jquery-touchswipe as a Cake Addin
#addin nuget:?package=jquery-touchswipe&version=1.6.15

// Install jquery-touchswipe as a Cake Tool
#tool nuget:?package=jquery-touchswipe&version=1.6.15

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

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

Time and distance thresholds can be set to distinguish between swipe gesture and slow drag.

Allows exclusion of child elements (interactive elements) as well allowing page scrolling or page zooming depending on configuration.

- 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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.15 32,766 2/11/2016
1.6.9 1,560 9/26/2015