We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error is thrown in chrome console, when swipe is used and mobile (e.g. Galaxy S5) emulation is on.
Unable to preventDefault inside passive event listener invocation.
In firefox a warning is thrown, but it is essentially the same.
Ignoring ‘preventDefault()’ call on event of type ‘touchmove’ from a listener registered as ‘passive’.
This can be replicated using the examples in code pen: e.g. Siema basic carousel https://codepen.io/pawelgrzybek/pen/xRWEpR
The text was updated successfully, but these errors were encountered:
Fix pawelgrzybek#123: Fixed preventDefault warning/error.
a593c46
Hi.
Since Google Chrome introduced this "feature" this kind of error / warning showed up on majority carousel plugins. I'll sort it out at some point.
Thanks for reporting a bug. Have a great day.
Sorry, something went wrong.
Cool thanks.
8e79843
Fix pawelgrzybek#123: Remove passive touchstart / touchmove events as…
4e55508
… it generates error messages as they need to be prevented for correct lib functionality
pawelgrzybek
No branches or pull requests
An error is thrown in chrome console, when swipe is used and mobile (e.g. Galaxy S5) emulation is on.
Unable to preventDefault inside passive event listener invocation.
In firefox a warning is thrown, but it is essentially the same.
Ignoring ‘preventDefault()’ call on event of type ‘touchmove’ from a listener registered as ‘passive’.
This can be replicated using the examples in code pen: e.g. Siema basic carousel https://codepen.io/pawelgrzybek/pen/xRWEpR
The text was updated successfully, but these errors were encountered: