Focusing TextBoxes on iOS causes the device to freeze

Players of my experience have recently been running into an issue in my game where sometimes when they focus on a TextBox, their device freezes. This includes when they focus themselves on a TextBox, for example starting to type in the Chat. In the example below from one of my players on the iPhone 16 Pro Max, they focus a TextBox in my UI and then can’t type on their keyboard at all after starting to type.

I’ve had similar reports from a few players on iPhone, but not other similar devices such as iPads or Android phones.

I was worried that this might be an issue with some code in my game that uses TextBox:CaptureFocus(), but since the Chat itself is not controlled by my scripts, it appears to be an issue with the engine.

This seems similar to this issue:-

So apparently, this issue seems to affect all types of TextBoxes including chat.

You’re right - thanks for pointing this out. I’ll migrate to that report.