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 disagree with the one's I have right now. Please feel free to add.
- Since mobile devices have less real estate than desktop the UI element needs to be fluid.
- Fluidity helps the user to focus in a more efficient way on a specific cell of a table in case the user wants to get a cell which is on far right to the middle of the screen without doing movements for two coordinates ( horizontal and vertical).
Thanks