Hello, first steps with KMM for iOS and found weird issue I don't get. After adding more compose stuff, compose rendering is delayed and I see warning:
Gesture: System gesture gate timed out
. I can not understand what I added which caused gesture problems?
j
Jonathan
07/01/2025, 1:26 PM
What
Composables
have you added? Do you know which one causes that specific issue? Can you share some code?
n
neworldlt
07/01/2025, 1:28 PM
Basically I added AsyncImage from
coil
and couple of layers using
Row
and
Column
. I have no idea who cause the problem. It looks like Gesture was not setup properly
j
Jonathan
07/01/2025, 1:29 PM
Does removing (comment it out) the AsyncImage cause the warning to go away?