Mobile players can scroll while scrolling is disabled

Hello :wave:!
I’m currently doing a tabs transition effect for my game which requires to disable the scrolling property, with ScrollingEnabled = false.
Here is how it looks for the moment:


The problem is that mobile players can actually scroll the ScrollingFrame and thus break the transition effect.
Here is how it looks for mobile point of view:

(sorry if it’s short)

Sooo anyone knows how to fix this ?

Thanks for reading

For this type of thing I recommend a UIPageLayout. I will make sure to report this bug if correct though

1 Like

Woah! I didn’t even knew it existed! Thanks you so munch!

1 Like

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