I need a smooth scrolling for my app, so I added webkit-overflow-scrolling: touch;
.
Unfortunately, now the content bounces when I pull down the view. Is there a fix for it or another property that I can use to have the same scrolling smooth behavior?