I’m finding the easiest way to deal with displaying data on desktop vs. mobile is to create two totally separate views that are displayed based on screen size.
The other thought I had was to hide/show different elements based conditions, but that just seems like an excessively complicated way to handle things.
Thanks! I appreciate it. I understand the concept pretty well, and I have watched some videos.
My app is spreadsheet data, so it’s wide with labels going across the top.
When viewing on mobile, the width just isn’t there…so I have to move the labels from the top to the side because my data is moving from a row to a column. A lot of information simply has to be excluded which would mean conditional logic to eliminate information based on various page widths which…isn’t really responsive.
I probably just need to spend more time thinking about the design and how it can flow better once I get things laid out a bit more. I probably should have started with a mobile first approach, however this app is really designed for desktop users…but the information still needs to be accessible from mobile because it’s 2024.