Mohit Seth

Results 9 comments of Mohit Seth

Depends on your build too. If you are hosting a static website somewhere and exposing a node server, this probably needs a node server.

@vkadam , I was thinking of doing this. Do you mind giving me contributor access to the project?

> How about this? > > ```js > componentDidMount(){ > window.addEventListener('touchstart', this.touchStart); > window.addEventListener('touchmove', this.preventTouch, {passive: false}); > } > > componentWillUnmount(){ > window.removeEventListener('touchstart', this.touchStart); > window.removeEventListener('touchmove', this.preventTouch, {passive: false});...

any updates on this?

> One other thing that might be effected by this implementation is "rapidScroll". With intersection observer, we no longer have scroll position, just if it is entering or leaving. I...

Did you end up finding a solution for this?