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.
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.