Hi, in skiko `Convertors.android.kt` , `toSkikoSca...
# compose-android
h
Hi, in skiko
Convertors.android.kt
,
toSkikoScaleGestureEvent()
method is bugged. It should either return both points or one point that's the between them. Instead it only returns the first point. I'm trying to implement pinch zoom in a KMM project and while it works properly on iOS, this issue breaks it on Android.