How do I get the “Current view scrolling position” value to change as users scroll up and down the page on my mobile app.
I need to make different elements visible and invisible as users scroll up and down but at the minute when I scroll up and down the “Current view scrolling position” remains zero (I’ve tested it by putting the value output in a text field and it remains 0). The view type on the page is currently scrollable so I think this should be working?
The reason you’re seeing Current page scrolling position = 0 is usually because the page is set to scrollable view but your content is inside a group/container that scrolls independently. Bubble only tracks the page’s own scroll position, not the scroll position of inner groups.
I’d also love to have this working. Current scrolling position would be so useful in native apps. My guess is it’s either an Apple/Android limitation, or a bug Bubble hasn’t addresses yet.