So, i made a updates kind of gui and almost resized all of them with all devices but as you can see on the image below, on mobile, it doesn’t really resize… How can i fix this simple issue?
What happens:
Details of my strange ScrollingFrame
:
So, i made a updates kind of gui and almost resized all of them with all devices but as you can see on the image below, on mobile, it doesn’t really resize… How can i fix this simple issue?
Details of my strange ScrollingFrame
:
So i managed to fix mobiles by adding UIAspectRatioConstraint
using ScaleWithParentSize
but it still leaves a huge gap on larger screen sizes.
I would try using Scale for Size
It is tremendously helpful when designing things for all devices
Example:
Size: {0.423, 0,{0.322, 0}
Though converting from Offset to Scale can be tedious
Why wont you just set the frame X size to Scale 1 and Offset 0? That will fit all the frame in the scrolling frame with the exact width size
The example I provided is just what a frame’s size using scale would look like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.