Listening to scroll events in Safari iOS browser triggers the console message every time, even on the momentum, but in the cordova built app that triggers only when the scroll has stopped.
el-with-webkit-overflow-scrolling-touch.on('scroll', function()
{ i++; console.log('Scroll: ' + i); }
);
GIF on the cordova app: http://recordit.co/I3eiucGAWd
GIF in Safari browser (same emulator): http://recordit.co/QhBNcccjPj
This happens on the real device too.
This looks like a bug to me, but maybe somebody knows a quick hack/fix Bug posted here: https://issues.apache.org/jira/browse/CB-9655