有没有办法通过浏览器 JavaScript 检测 Mac 上触控板、魔术鼠标或魔术触控板的多点触控事件?
我知道有很多方法可以直接在 iPhone (jQtouch) 上执行此操作,但我想在计算机的浏览器中检测这些事件。
I know there are many ways to do so directly on the iPhone (jQtouch), but I'd like to detect those events in my computer's browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mozilla 对鼠标手势有一些支持:https://developer. mozilla.org/en-US/docs/Web/Guide/Events/Mouse_gesture_events
看起来 chrome 和 safari 没有相同的本机支持:JQuery - 我可以查询 MacBook Pro 触控板吗?
Mozilla has some support for mouse gestures: https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Mouse_gesture_events
Looks like chrome and safari don't have native support for the same : JQuery - Can I query the MacBook Pro Trackpad?