When using the Safari iOS browser, listening to scroll events triggers the console message every time, even during momentum. However, in the Cordova built app, the message is only triggered when the scroll has stopped.
el-with-webkit-overflow-scrolling-touch.on('scroll', function()
{ i++; console.log('Scroll: ' + i); }
);
View the GIF in the Cordova app here:
View the GIF in Safari browser using the same emulator:
This issue also occurs on real devices.
While it appears to be a bug, perhaps someone knows of a quick hack or fix for this. Bug reported here: