Tagged Questions
2
votes
5answers
116 views
How should horizontal scrolling be handled?
In this example, horizontal scrolling is handled with vertical scrolling.
My question is: is this a good practice for handling horizontal scrolling in desktops? Is there a better way or horizontal ...
8
votes
4answers
220 views
Should scrolling in a textbox overflow to scrolling a page?
When entering long sections of text into a textbox in a browser (such as when using gmail or a site like this) we can scroll within that textbox, which is as it should be.
However, the behaviour of ...
6
votes
5answers
207 views
Is there any good reason why I shouldn't make some mobile app parts sticky?
What are the downsides of making that part with column-chart sticky (Always positioned to the top even when bottom part is scrolled down)?
Haven't met that kind of solution in any mobile app before. ...
4
votes
3answers
189 views
Help find the fastest and easiest-to-grasp approach to let a user go through a complex schedule
I want to let users view schedules on a mobile phone.
Its a generic schedule of events
Events can be spread across multiple days
Events can be spread across multiple venues
An event has a time slot ...
2
votes
1answer
367 views
Presenting flow charts diagrams in a mobile app
I am working on an app which junior doctors will use for clinical pathways, these clinical pathways are currently presented as flow chart diagrams which I'm not too keen on. I think there's a better ...
5
votes
2answers
358 views
What affords scrolling?
Besides the obvious:
Scrollbar
Touch interfaces (especially mobile ones)
A sign saying "You can scroll here you know!"
This for a desktop application.
3
votes
3answers
151 views
What's the most efficient/least troublesome way to scroll when reading on mobile?
For reading purposes on mobile devices, what is the way to go? Paging or scrolling? If I want to give the reader the option of a scroll, should the controls for that be on-screen or in a menu?