lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Shashank-Bhatt1 opened this issue · comments

I am working on fixed header in mobile view.

I want to prevent it from triggering scrollify body scroll on touchmove on header and it's child elements.
So far I have tried all scrolling preventDefault scripts but all are rejected.

Have anyone suggestions?