The phone uses a SurfaceGUI, and for things such as Vehicle selection, I am using a ScrollingFrame. The frame does not scroll at all. It just moves the screen. (Does camera movement instead of sliding the ScrollingFrame). Yes, scrolling is enabled. It works properly on PC.
This only occurs if the ScrollingFrame is on a SurfaceGUI. Putting it in a ScreenGUI works just fine.
Edit: I’m using a Nexus 7 2013 running Android 6.0.
It would be more user-friendly if you scripted it so you can swipe the screen up/down, no?
I thought SurfaceGuis only made the scrollbar itself work, is that what’s not working on mobile?
ScrollingFrames by default work by swiping it up and down on mobile. I shouldn’t have to script anything. When it’s on a SurfaceGui, it doesn’t work at all. Nothing moves when you swipe on top of the SurfaceGui.