Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

multitouch


Multiswipe

A simple plugin to enable multi-touch swipe events in Mobile Safari. Based off of jSwipe by Ryan Scherf.

View the demo (Mobile Safari required).

PARAMETERS

threshold: (x | default 100) Sets the tolerance level of what is considered a swipe (in pixels)
fingers: (x | default 2) Sets the exact number of fingers necessary to trigger the event
swipeUp: (function | default alert) Callback when a user does a bottom-to-top swipe gesture
swipeDown: (function | default alert) Callback when a user does a top-to-bottom swipe gesture
swipeLeft: (function | default alert) Callback when a user does a right-to-left swipe gesture
swipeRight: (function | default alert) Callback when a user does a left-to-right swipe gesture

SAMPLE USAGE

jPooky - unifying jQuery and multi-touch

PookyTouch is an extension for firefox that enables multi-touch input. This is done by forwarding multi-touch events, generated by a TUIO server, to HTML (or XUL) pages. The events follow the Safari API.

jPooky provides functionality to facilitate a number of common tasks involved in development of multi-touch enabled webpages.