Hubert Osewski
09/18/2023, 11:07 AMConvertors.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.