1
vote
1answer
35 views

Best way to divvy up screen space in pictorial article mobile app?

I'm working on an iPhone app that gives users access to image-heavy articles. We want to showcase the images--they're like the bread and butter of the app, so we're opting for a kind of scrolling ...
3
votes
2answers
160 views

Touchscreen: Select small zones from a huge scrollable image

My app lets the user take a picture of a sheet of paper, then select a block of 2-3 words, then another block. The user must be able to clearly read the (potentially tiny) written words, so she will ...
4
votes
4answers
135 views

Forcing the user to view the entire disclosure before continuing on a kiosk

For a KIOSK application, the user is required to view the entire disclosure before they are allowed to continue. This is a legal requirement, the legal team also turned down an 'I agree' checkbox. We ...
2
votes
1answer
146 views

Rating or Grading on touch devices (smartphones/tablets)

"tap to rate" vs "scroll to rate" There are apps and webapps that implement the "tap to rate" approach (display a number of stars, icons or grades and let the user tap on the desired value) and there ...
5
votes
2answers
752 views

Drag n drop on touch devices

I notice that touch apps rarely make use of the "drag n drop" (dnd) idiom, and instead dragging is almost always used for scrolling. Is there a reason for this? Is it confusing or "wrong" to use dnd ...
0
votes
1answer
227 views

Diagonal Scrolling rationale [closed]

I m trying to find rationale for implementation of horizontal scrolling on a mobile web browser for a table. The following are the one's I could think of, if you have any other rationale in mind or ...
5
votes
1answer
879 views

What's the appropriate scrolling deceleration behavior?

I am implementing a list view on a touch screen. I want to implement iPhone-like behavior, where you can scroll through the list by dragging any part of the list with your finger. The hard part is ...
5
votes
1answer
404 views

Should an iPhone application scroll to the top of a table when resorting

My application has a table view with a segmented control in a navigation bar. When the users taps a segment in the segmented control, the application fades the table into it's newly sorted state. The ...