paulrouget / servofocus

Experimenting with a Xamarin.Forms + Servo
5 stars 2 forks source link

Scroll events don't have momentum (inertia) #6

Closed paulrouget closed 6 years ago

paulrouget commented 6 years ago

When the user scrolls, and lift his finger, we don't get pan gesture anymore.

We need to get scroll events even when the user lifted his finger.

mfkl commented 6 years ago

I think the Xamain.Forms gesture is too limited and this will need to be implemented natively (see firefox-focus impl link in commit).

Btw, I think it would be sane to move all calls to Servo (Interop) in the Core (Servofocus) platform agnostic project, if we can.

paulrouget commented 6 years ago

Agreed with both..

paulrouget commented 6 years ago

I'll do it in #6.