触摸手势的定义
是否有任何非平台特定的触摸手势定义,通常用于 Android 或 iPhone 等设备。
我正在尝试为使用触摸手势的多平台产品编写规范。然而,人们对每个手势的含义有不同的看法(取决于他们来自的平台)。
所以我想知道触摸手势是否有任何“标准”定义。在维基百科上这是我能找到的最好的。但我确信从事 UI 学术研究的人一定有一些标准的定义。
编辑:我刚刚记得我们在 StackExchange 上有一个 UX 网站,所以我 也在那里问了问题。也许有人可以合并它们。不确定交叉帖子的政策是什么。
Are there any non-platform specific definitions of touch gestures, that are typically used for devices like Android or iPhone.
I'm trying to write a specification for a multi-platform product that uses touch gestures. However, people have different opinions (depending on the platform they come from) what each gesture means.
So I was wondering if there is any "standard" definition on touch gestures. On Wikipedia this is the best I could find. But I'm sure people who are working on academic UI research must have some standard definitions.
EDIT: I just remembered that we have an UX site on StackExchange, so I asked the question there as well. Maybe someone can merge those. Not sure what the policy is on cross-posts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该看看 jQuery Mobile。他们的列表并不全面,但它是触摸手势(轻击、长按、轻扫、滚动)的跨平台定义的良好开端。
http://jquerymobile.com/demos/1.0a4.1/docs /api/events.html
You should take a look at jQuery Mobile. Their list is not comprehensive, but it's a good start for cross-platform definitions of touch gestures (tap, taphold, swipe, scroll).
http://jquerymobile.com/demos/1.0a4.1/docs/api/events.html