I'm using an AndroidView to display a MapBox MapView, and some users reported a weird bug. The Map composable is bouncing while the view is scrolling, and it stays in the next screen (btw I'm not using navigation compose for those screens). This is super weird as the bug is only on Android API 23/24/25, above it's working perfectly fine (I tested it from API 23 to API 31). I tried to replace the MapView by a TextView or an EditTextView and the issue isn't there. It seems to be linked to the mapView, but I don't know why 🤔
Any idea what could be the root of the issue? (btw way the clipping is a bug from Android Studio screen record feature, it's not really clipping like that)