in my application, the first time I tap a textfield there is a 1-2s delay before the iOS keyboard animates up. When the keyboard finally animates up, the below message is emitted in iOS logs
<0x109106a00> Gesture: System gesture gate timed out.
Every textfield focus event after this is performant and without lag. the issue is observed on
release
builds.
has anyone else observed a similar issue? I don't see this issue on my android app built from the same codebase.
f
frankelot
02/04/2025, 2:48 AM
I'm facing this exact issue, have you found a solution?
frankelot
02/04/2025, 3:25 AM
fortunately, it only seems to be happening on
debug
for me, still pretty annoying
b
Brendan Weinstein
02/04/2025, 3:35 AM
I do not. I've been procrastinating on filing a youtrack bug
Brendan Weinstein
07/24/2025, 3:55 PM
Can also confirm that I am only seeing this on debug iOS builds as well