yusukeshib/react-pullrefresh

Jitter when scrolling on iOS

Opened this issue · 1 comments

I'm wondering if you've seen issues with this component, where scrolling on iOS is jittery. As I scroll, whenever the refresh icon is visible or animating, the underlying page jumps around quickly.

This is within a create-react-app application, running inside Cordova, on iOS 11.3 on an iPhone 6.

I haven't been able to put together a good test case for this yet, so just curious if you're familiar with the issue. It seems to happen with more complex content in the scroll area. I'm not seeing it on your demo.

It doesn't happen when I set the disabled property on PullRefresh to true.

I'm following the example in your demo and using absolute positioning in the PullRefresh styles, but with the addition of -webkit-overflow-scrolling: touch. (For some reason, if I don't use absolute positioning, it seems to ignore -webkit-overflow-scrolling: touch, so I don't get momentum scrolling. Not sure why that is.)

I have the same question.