icerockdev / moko-maps

Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
86 stars 16 forks source link

Start scroll callback problem #15

Closed Limonlol closed 4 years ago

Limonlol commented 4 years ago

IOS Start scroll callback work always. Need him to work only when use gesture

Alex009 commented 4 years ago

When implementing, you need to consider the need for the same behavior on iOS and android. I suggest just add to callback argument isUserGesture: Boolean

Alex009 commented 4 years ago

released