Comment by Melatonic
4 days ago
What if instead of pagination you have the screen mostly blank out when scrolling ? Maybe with the exception of an indicator bar at the left or right to show how far you have scrolled. Could be very thin and functional. On stop it would refresh the page / text
The problem with any drag/scroll is that the screen update both serves to show new content and how far you've navigated through the app / document.
The problem is that screen update usually cannot keep pace with the rate at which you can move through the interface, resulting in an unsatisfactory experience in both presenting content and revealing context.
Hard pagination solves both problems.
(Some displays can cycle between refresh modes offering a "fast" refresh during navigation, followed by a full blank and repaint on completion, though this may also require app support. I'm familiar with the Onyx BOOX configurations here, which offers a hybrid option for at least some apps. It's ... better but still not idea.)