kervin5 / scroll-detect-hook

This is a hook for React that allows to detect when the window is scrolling and provides you with the direction and position
0 stars 0 forks source link

Touchmove event on IOS? #1

Open cbourlon opened 4 years ago

cbourlon commented 4 years ago

Hi @kervin5,

Thanks for your hook, It's very nice! Exactly what I needed.

I have a little issue on ios tough. It seems like the scroll event is not enough to have a smooth experience. I have to scroll in a specific way to get the effect I need. My guess that It would maybe caused by the way IOS capture the scroll event as I read there https://stackoverflow.com/questions/2863547/javascript-scroll-event-for-iphone-ipad.

Do you think It is relevant?

Thanks for your work. keep up the niceness :)

Chris

kervin5 commented 4 years ago

Hi Chris,

Thank you for the feedback and I apologize for the late answer. Would it be possible that you provide an example of the effect that you’re trying to achieve?