Scrolling slow with ios touch screen, Also, if you scroll and then let go with your finger, it does not skip further along on the page. I run test disable plugin but have not find any solution. It works on Android.
iPhones Slow Scrolling on Responsive Tables, here is solution— added CSS fixed the problem.
.touchevents {
-webkit-overflow-scrolling: touch;
}