I am trying to customize a scroll view to meet my particular set of requirements, and what I would like to do it detect when the user stops scrolling or otherwise takes their finger off the screen. I have tried several methods of attaching event listeners but have yet to find one that will actually fire any events.
I need to make this work on android and iOS, and would be happy to do this inin either cross platform or platform specific code.
If anyone can provide any guidance, I would be extremely grateful!