Slow Scrolling with touch screen

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;
}

1 Like

Hey Weiling,

Thanks for sharing. We are just glad that you have figured it out a way to correct the said issue.
It’s really good to know!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.