Scrolling position detection on bubble mobile

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?

Help is really appreciated. Thanks! :grinning_face:

Also looking for a solution for this

Same, would be great to have it 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.

Not applicable to the native app builder

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.

In the meantime you can use this :scroll: [NEW PLUGIN] - Scrolling Position for Native Apps

I am using this plugin now and it works like a charm. Thanks, @Cosmic.Steve

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.