Hi Xamarin Experts,
I desperately needed to catch scroll events in my PCL, but ran into all sorts of problems. I ended up having to catch the scroll events in Android with SimpleOnGestureListener. That's the point I should have bubbled that event back up in some base class custom control. I may end up doing that at one point.
I saw some efforts from various people to add a fuller suite of gestures to PCLs to be cross platform, but I'm not sure of where the state of that is. I think that should be a major focus of Xamarin Forms, unless someone can tell me that there's some new modern way of getting at them once and for all without jumping through hoops.
Would love to hear any comments on this!
Mike