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.