Hey there,
I’m building a Timetable screen for a festival app. I’m using ion-scroll and ion-content to scroll the x axis of the screen, so you can scroll left to right to see more events.
This works, check out: http://codepen.io/squrler/pen/xihmk
However! In this particular app, the amount of venues is so large that some of the venues would be below the viewport. So I would now also like to make this timetable scrollable vertically.
However, when you do so, the venues won’t scroll- obviously, as they’re outside of the ion-scroll component with position: fixed
I’m looking for a way to build up this view that would allow the screen to be scrolled vertically and horizontally, with the labels for the venues staying in the right place. Is this possible at all with the current ion-scroll / ion-content implementations?