Hi, so recently after trying my game on mobile and trying to input something in textbox, it would sometimes lag out to oblivion. I have no idea what’s wrong with it. It works completely fine on PC but the moment I get on Mobile and start typing it types normally the it would spike to 1 fps. This happens to all the guis with TextBoxes in the game.
I’ve tried overlapping the Textbox with a TextButton, then capturing focus on that Textbox but the moment it captures that TextBox it would drop to 1 fps. That didn’t work. I tried recreating the textbox but no luck. I then tried yielding the CaptureFocus method and that didn’t work out either.
There’s also the double input sometimes that I can’t figure out.
Is anyone else having these issues?