3
votes
2answers
163 views

How to effectively paginate many objects

We used to have a table interface which showed 1-10 on load and had the pages listed all the way from 2, 3, 4, ... n. We would like to re-design this interface to support scrolling of objects much ...
1
vote
3answers
117 views

Scrolling inside overlay or on the whole page

I have this web-app that has mostly web pages with search results (such as google is), so there's scrolling normally. But I have this scenario that you can open an overlay that shows additional ...
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. ...
5
votes
5answers
184 views

How to handle history events from scolling and other in-page events

On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
11
votes
1answer
711 views

Usability Concerns with Parallax Scrolling

I work for an agency that is very parallax happy. Clients seem to love it, so we keep pushing it. My goal is to build solutions that end-users love, so I've been trying to push more user-centered ...
2
votes
1answer
365 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 ...