TextBoxes lag really bad on mobile

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?

1 Like

At the moment I don’t have any

solutions

  1. make game pc only
  2. dont use that textbox, maybe use another one? If only that textbox lags out

can you show us the texbox and how it lags, and maybe the script

More than half my player count are mobile players so no.

If I don’t use a textbox can could I bring up native keyboard in the first place for mobiles.

No script is needed here since I’ve disabled the script that binds the textboxes events, but I’ll try to get a video.

1 Like