mozilla 和 webkit 触摸事件有什么区别?

发布于 2024-11-28 18:05:06 字数 113 浏览 1 评论 0原文

过去几天我一直在阅读有关触摸设备和事件的内容。

我见过很多区分 webkit 和 mozilla 触摸事件的脚本?

他们之间的主要区别是什么,因为我无法从他们的网站上找到任何信息。

I've been reading in the last couple of days about touch devices and events.

I've seen lots of scripts that make difference between webkit and mozilla touch events?

What is the main difference between them, as I couldn't find out anything from their websites.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扶醉桌前 2024-12-05 18:05:06

我认为主要区别是 gesturechange 事件与 touchchange 事件
例如,Android 使用 touchstarst,而 iOS 使用 gesturestart 来检测“手指在屏幕上”。

这篇博客文章描述了这些差异。
我会使用像 Sencha 或 jQuery Mobile 这样的框架来解决所有 x 设备问题。

I think the main difference is gesturechange events vs. touchchange events
For example Android uses touchstarst while iOS uses gesturestart for detecting "finger on screen".

This blog post describe these differences.
I would use a framework like Sencha or jQuery Mobile to solve all x-device issues.

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