As far as I know, this bug happens if you try to repro it under the following conditions:
- Make a horizontal ScrollingFrame
- Place a vertical ScrollingFrame in the horizontal one
- Test it on a mobile device
In the demo, the vertical ScrollingFrame on the right side seems to work. The properties are the same as the left except the CanvasSize, Size, and Position.
The one on the left doesn’t scroll at all except when I tried to scroll both at the same time (with 2 fingers). Even while doing that, the behavior was inconsistent.
Expected behavior should be scrolling up/down when you swipe up/down and left/right when you swipe left/right.
Not entirely sure if it’s specific to vertical in horizontal, but that’s the one I was attempting to use.
Repro:
(Play that on mobile & try to scroll.)
The place is uncopylocked, but here’s a .rbxl:
UIDemo.rbxl (17.2 KB)
EDIT: The one that works seems to be the one that was inserted the most recently.