1

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?

chocolate cake
  • 2,129
  • 5
  • 26
  • 48
  • possible duplicate -> https://stackoverflow.com/questions/29894997/prevent-ios-bounce-without-disabling-scroll-ability – Paweł Kwiatkowski Aug 07 '17 at 10:16
  • 1
    It does not solve my problem. That's because the `webkit-overflow-scrolling` attribute produces the bouncing. When I delete it, the bouncing is away. But I need the lazy scrolling. – chocolate cake Aug 07 '17 at 10:57

0 Answers0