The age old problem: Getting the scroll event to fire while a user is scrolling on an element while on a mobile site or app(web view).
All I\'m looking for is access
I had to go the iScroll route to do this. I wrote up my implementation here: https://stackoverflow.com/a/23140322/229315