Y
Hacker News
new
|
ask
|
show
|
jobs
by
rickharrison
4286 days ago
Does android support the -webkit-overflow-scrolling: touch; property?
2 comments
bsimpson
4286 days ago
I think defaulting to janky scrolling is a uniquely iOS problem. I doubt overflow-scrolling is needed at all in Chrome.
link
untog
4286 days ago
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.
link