触摸屏系统指南

发布于 2024-07-11 20:52:02 字数 55 浏览 7 评论 0原文

您是否听说过关于如何设计此类系统的公认范例? 我不是在谈论 iPhone,而是照相亭或制造系统

Have you ever heard about an accepted paradigm about how to design those kind of systems?
Im not talking about iphones but photo-kiosk or manufacturing systems

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

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

发布评论

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

评论(2

爱殇璃 2024-07-18 20:52:02

Rulas,

我曾开发过许多触摸屏应用程序。 我从来没有找到像你提到的那样的一套已发布的标准,但这里是我学到的一些东西:

使用以下规则创建有限的“视觉词汇”:

  • 按钮应该是 30 或更多像素高(并且在至少一样宽) - 简单地增加按钮的宽度不会使其更容易点击

  • 尝试将控件放置在屏幕上的相似点上 - 如果可行的话,完全相同,这样用户就不必在屏幕的不同部分寻找相同的操作。

  • 避免滚动的需要 - 尝试选项卡、分页、向导等。在触摸屏上使用滚动条非常困难

  • 考虑如何使用屏幕。 用户的手会放在哪里? 他们会将手放在屏幕的角落吗? 电源按钮会妨碍吗?

  • 作为此规则集的一部分,创建您自己的控件库,可以在应用程序的其他部分轻松重用

  • 尝试省略或尽量减少在“软”键盘上打字。 使尽可能多的字段可供选择。

Rulas,

i have worked on a number of touchscreen apps. i never found a published set of standards like the ones you mention but here is a little bit of what i learned:

Create a limited "visual vocabulary" with the following rules:

  • Buttons should be 30 or more pixels high (and at least as wide) - simply increasing the width of a button will not make it easier to click

  • Try to place controls on similar points on the screen - exactly the same if feasible, so that users do not have to hunt in different parts of the screen for the same operation.

  • Avoid the need for scrolling - try tabs, paging, wizards etc. Using scrollbars on a touchscreen is very difficult

  • Consider how the screen will be used. Where will users put their hands? Will they rest their hands on the corners of the screen? Will the Power button be in the way?

  • As part of this rule set, create your own controls library that can be easily reused in other parts of the app

  • Try to omit or minimize typing on a "soft" keyboard. Make as many fields selectable as possible.

酷炫老祖宗 2024-07-18 20:52:02

为“手指粗”的用户提供大按钮。

可用性确实很重要。

保持触摸屏良好校准。 早在 1999 年,这就是一场噩梦; 不知道现在好多少了。

Have big buttons for "fat fingered" users.

Usability really matters.

Keep the touch screen well calibrated. This used to be a nightmare back in 1999; don't know how much better it is now.

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