Hacker News new | ask | show | jobs
by junnan 3343 days ago
This actually looks really nice in my android chrome. It might be useful in some cases.
1 comments

Thanks for the feedback. Thats good to know, I know with ios it stops DOM manipulation until after the scroll event has been finished, hence why we're getting the flashing issue. I can fix this by taking away the -webkit-overflow-scrolling: touch; issue is then the scrolling isn't smooth.

Working on solutions using touchmove etc.

Thanks!