有没有办法在 Chrome 和 Firefox 的 JavaScript 中获取触控板力事件?

Is there a way to get trackpad force events in JavaScript in Chrome and Firefox?

在 Safari 中,可以获取某人在 Macbook 触控板上施加的压力(请参阅 Apple's documentation)。因此,假设您有一个通用触控板,它也支持某种形式的压力敏感度,是否有一个事件侦听器(或其他东西)可以为您提供压力敏感度值?

我一直在 Google 上搜索,但似乎找不到。它可能不存在?我问这里只​​是为了确定。

Force Touch events

Not part of any specification

你可以像插件一样用触摸事件的时间来模拟它Pressure.js do