You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
You're adding events with specific flags here:
https://github.com/chrisbateman/impetus/blob/master/src/Impetus.js#L194-L198
They need to be removed with the same flags here:
https://github.com/chrisbateman/impetus/blob/master/src/Impetus.js#L238-L242
You must also ensure these events are removed when destroying the instance.
This is a huge issue for us right now and its causing all touch move events to be swallowed up by this, blocking our app.
The text was updated successfully, but these errors were encountered: