jquery.js:5092 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' (ok)

https://stackoverflow.com/questions/46094912/added-non-passive-event-listener-to-a-scroll-blocking-touchstart-event

This solve the problem to me:

I am using various events and this seems to solve my use case

Last updated

Was this helpful?