jQuery Force Touch

A jQuery library to emulate Apple's force / 3D touch functionality.

Force touch can be used to trigger functionality when the user holds down on an element, without breaking any existing onclick functionality.

The example included displays a preview of the link when it is force touched.

Usage

Call .forcetouch(); with any of the specified options to enable force touch on the element.

Configuration Options