Force Touch events - Web APIs 编辑

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.

Events

webkitmouseforcewillbegin This API has not been standardized.
This event is fired before the mousedown event. Its main use is that it can be Event.preventDefault()ed.
webkitmouseforcedown This API has not been standardized.
This event is fired after the mousedown event as soon as sufficient pressure has been applied for it to qualify as a "force click".
webkitmouseforceup This API has not been standardized.
This event is fired after the webkitmouseforcedown event as soon as the pressure has been reduced sufficiently to end the "force click".
webkitmouseforcechanged This API has not been standardized.
This event is fired each time the amount of pressure changes. This event first fires after the mousedown event and stops firing before the mouseup event.

Event properties

The following property is known to be available on the webkitmouseforcewillbegin, mousedown, webkitmouseforcechanged, webkitmouseforcedown, webkitmouseforceup, mousemove, and mouseup event objects:

MouseEvent.webkitForce This API has not been standardized. Read 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 by MouseEvent.webkitForce:

MouseEvent.WEBKIT_FORCE_AT_MOUSE_DOWN This API has not been standardized.Read only
Minimum force necessary for a normal click
MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN This API has not been standardized.Read only
Minimum force necessary for a force click

Specifications

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:105 次

字数:7920

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文