in my application, the first time I tap a textfiel...
# compose-ios
b
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.