Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. Force Touch events

Force Touch events

Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.

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.

Events

webkitmouseforcewillbeginNon-standard

This event is fired before themousedown event. Its main use is that it can bedefault-prevented.

webkitmouseforcedownNon-standard

This event is fired after themousedown event as soon as sufficient pressure has been applied for it to qualify as a "force click".

webkitmouseforceupNon-standard

This event is fired after thewebkitmouseforcedown event as soon as the pressure has been reduced sufficiently to end the "force click".

webkitmouseforcechangedNon-standard

This event is fired each time the amount of pressure changes. This event first fires after themousedown event and stops firing before themouseup event.

Event properties

The following property is known to be available on thewebkitmouseforcewillbegin,mousedown,webkitmouseforcechanged,webkitmouseforcedown,webkitmouseforceup,mousemove, andmouseup event objects:

MouseEvent.webkitForceNon-standardRead only

The amount of pressure currently being applied to the trackpad/touchscreen.

Constants

These constants are useful for determining the relative intensity of the pressure indicated byMouseEvent.webkitForce:

MouseEvent.WEBKIT_FORCE_AT_MOUSE_DOWNNon-standardRead only

Minimum force necessary for a normal click.

MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWNNon-standardRead only

Minimum force necessary for a force click.

Specifications

Not part of any specification. Apple hasa description at the Mac Developer Library.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp