Hi,
This may be a dumb/stupid/poor question but here goes.
Having developed for desktop an app over 3-4 months for our business I now need to go through each page and make it responsive. In retrospect I wish I had designed each page for desktop and mobile at the same time but whether good or bad the decision was made. Now I am studying responsiveness I realise I would have done quite a number of things different to make life easier from the outset… anyways.
We have a page that is used to search and filter study routes and then the user can view a summary of data in a repeating group before clicking through to a detailed profile. The repeating group is one column of about 30 rows right now. It is 1280 pixels wide. It would be very time consuming and difficult to split up and also not that useful. The idea is that users can compare the data like ranking, location, costs and other details by having side by side. So having all the data in a very tall cell, followed up another defeats the object. Therefore I created the top area with filter and sort options to be responsive (i.e. mobile width) but planned beneath it to show the repeating group with cells 1,280 pixels wide and allow the user to scroll left and right on the cell phone so they can view say on their 360 pixel phone any section of the repeating group and then scroll up and down to compare data. Hopefully that makes sense.
The issue is that after implementing this whilst I can scroll up and down through the repeating group it is not possible to scroll left and right (the screen is just locked) so cannot see all the data in the 1,280 pixel wide repeating group cells.
Is what I am trying to do not possible or should it work (maybe I am just missing a minor setting change).
Any advice will be really appreciated. Basically the question is how to allow mobile users to view all (scroll left and right) of repeating groups that are wider than their screen. No doubt this is bad practice but the alternative would a) take loads of time and b) not actually be as useful for the user.
thanks!