What are the best practices/"mandatory issues" to be taken into account and implemented on a 32" wide-aspect touch screen for a totem-kiosk application?

Especially appreciated issues on usability, accessibility, practical aspect regarding the specified target device, use cases.

Thanks in advance.

EDIT:

  • The specific project is a 3D immersive VT, there are object in the 3D space that can trigger the pop up of a window in which it is possible to interact with the represented object.

  • This is intended for one person fruition, but it is likely that a group of curious ppl will expect looking ...

  • It will be in landscape only mode

link|improve this question
1  
Whatever you do don't forget that the users have their finger on top of what they are operating. – Harald Scheirich Sep 23 '10 at 19:06
feedback

2 Answers

  • Don't make anything too small to target accurately with a finger.
  • Will the screen be only in portrait or landscape mode or does it have the potential for either mode?
  • Will the user be demonstrating something to other users or will the application be for primarily one user? If viewed by a group, you may want to make the application interface larger; if only for an individual, you may make it smaller than you otherwise would.
  • For a single user, it may be difficult to focus on everything at once on a screen that large. Any cause-and-effect changes should be blatantly obvious or should be localized to where the screen was touched if possible.
  • Make it clear which gestures will accomplish what actions.
link|improve this answer
feedback
  1. Consider the angle -- you say totem meaning it's 100% vertical, so keep interactions to short taps.
  2. For example, don't rely on dragging -- in systems like this a user will quickly get tired of rubbing their finger across the screen (see the angle the user is holding their arm at, that looks tiring).
  3. Consider using 3D sound as a guide in the 3D world (e.g. see this example in Google Earth
  4. Wide-screen means tall-aspect items will be much smaller so bear this in mind. If you have documents, have 2 pages side by side for instance.
  5. Consider low-cost eye tracking as a supporting gesture for navigation.
  6. If the technology you're using is web-based, consider supporting multitouch
link|improve this answer
+1 for 3D sound suggestion – AlberT Oct 5 '10 at 8:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.