paulrouget / servofocus

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

Revisit scrolling #18

Closed paulrouget closed 6 years ago

paulrouget commented 6 years ago

Servoview should act like a scrollview. Maybe we should use: https://developer.android.com/training/gestures/scroll.html

This is necessary for:

  1. change UI based on scroll position (see issue #1 about View 3)
  2. support overscroll
  3. support fling
paulrouget commented 6 years ago

Fixed.