But, when this happens to the main frame containing two scrolling frames, when you scroll one of the scrolling frames, the particular main frame seems to get “fixed”. Example:
If everything is well scaled, I think it is a roblox error, it also happens to me but when I interact with the gui it returns to normal, it is very strange.
Some suggested that it might be a bug from Roblox’s part. It still doesn’t seem to be fixed and I can’t report it in mobile bugs because I am not a regular.
If anyone has any ideas on how this could be solved, I’m ready to listen. The game is pretty small as it is, I can’t afford to drive away mobile players because of something like this.
I found a work-around to this. It seem that the ui gets “confused” when in portrait mode so that when the app switches in game to landscape mode, the ui gets broken.
I found that waiting a little bit until the game is in landscape mode, deleting every object within the PlayerGui and replacing with a copy from StarterGui seems to solve this. (Don’t forget to not delete TouchGui etc)