Hacker News new | ask | show | jobs
by rickharrison 4286 days ago
Does android support the -webkit-overflow-scrolling: touch; property?
2 comments

I think defaulting to janky scrolling is a uniquely iOS problem. I doubt overflow-scrolling is needed at all in Chrome.
No it doesn't, but overflow:auto will scroll fine. It's only iOS that has a weird scrolling-that-isn't-native-scrolling mode without the -webkit- property.