Gesture/swipes stops being recognized after some t...
# compose
f
Gesture/swipes stops being recognized after some time when using interop with UIKitView in Compose on ios: First swipes/gestures work fine until i click couple times on a button(composable) on top of the MkMapView, then the gestures on the MKMapView don't work anymore. Am i missing something? reproducible repo: https://github.com/fethij/ios-UIKitView-gesture-bug see thread for code/video.
787BCFA3-D64D-490D-904F-B4E5CCFE7047 Copy.MOV
My guess is it has something to do with
properties = UIKitInteropProperties(
interactionMode = UIKitInteropInteractionMode.NonCooperative
)