Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Force Touch events are a proprietary, Apple-specific feature which makes possible (where supported by the input hardware) new interactions based on how hard the user clicks or presses down on the touchscreen or trackpad.
The following property is known to be available on the webkitmouseforcewillbegin
, mousedown
, webkitmouseforcechanged
, webkitmouseforcedown
, webkitmouseforceup
, mousemove
, and mouseup
event objects:
-
MouseEvent.webkitForce
Non-standard Read only
-
The amount of pressure currently being applied to the trackpad/touchscreen.
These constants are useful for determining the relative intensity of the pressure indicated by MouseEvent.webkitForce
:
-
MouseEvent.WEBKIT_FORCE_AT_MOUSE_DOWN
Non-standard Read only
-
Minimum force necessary for a normal click.
-
MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN
Non-standard Read only
-
Minimum force necessary for a force click.
Not part of any specification. Apple has a description at the Mac Developer Library.