ScrollingFrames not displaying contents in some IOS devices

  • Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.

ScrollingFrames nested inside other normal Frames do not display contents in some IOS devices. The frames contain an UIGridLayout to sort the contents.

  • Where does the bug happen (www, gametest, etc) Is it level-specific? Is it game specific? Please post a link to the place that exhibits the issue.

In the client while playing, its game specific but seems like its not unique to my game and has been reproduced very rarerly on other games.

  • Anything else that you would want to know about the bug if it were your job to find and fix it.

This is the second time I experience this issue, the first time I was able to solve it by changing the size of the top ancestor in the hierarchy of frames from (scale, no offset) .5 to .531 (anything below .53 would still not display it)

@kicketyblox

Can you provide an rbxl containing the UI?

1 Like

I was able to find more about the issue, for some reason any frame inside the scrolling frame with a size smaller than (1,0,.9,0) wont be displayed if I change to use Offset instead the scrolling frames work as intended.