I am working on an app and I am having a few issues with getting the responsive bits to play ball on mobile. The first issue is that a repeating group jumps halfway down the page when I switch to mobile. Any thoughts?
Hard to tell specifically, but in my experience when something jumps down the page on smaller widths I check for elements that aren’t visible but aren’t collapsed. Sometimes you won’t notice them on wider views, but on smaller widths they’ll get stacked and other elements get pushed down even though it looks like nothing’s there.
I have just been going through mobile formatting of my app and I recommend going down the elements tree in that area element by element if you need to.