IOS browser scroll error

I have a vague error when scrolling in a browser on an iOS device (iPad), it works in 90% of cases, but 10% is a scroll lock. Then I have to wait a couple of seconds before it starts working again. This often happens after I shorten / expand the filter panel, which is also a scrollable component.

On all other devices, scrolling is not a problem. I looked everywhere on the Internet, but I could not find anyone with a similar problem?

My two scrollable components have overflow-y: scrolland -webkit-overflow-scrolling: touch, but overall, I doubt very much that this is a CSS issue, as it works most of the time, and not by accident.

I tried adding onTouchStart={ () => {} }to my component, but this also does not solve.

+4
source share

Source: https://habr.com/ru/post/1692024/


All Articles