Prior to ios 13, I was disabling momentum scrolling by setting webkit-overflow-scrolling
to auto
. But this property no longer works in ios 13 which has caused regression in my webapp and I am experiencing flickering during scrolling(especially around scroll edges) in my webpage due to momentum scrolling.
Please suggest some way to turn off the momentum scrolling.