bqworks / slider-pro

A modular, responsive and touch-enabled jQuery slider plugin that enables you to create elegant and professionally looking sliders.
MIT License
877 stars 390 forks source link

Chrome Warning On Mobile Touch #255

Closed ryigit closed 3 years ago

ryigit commented 6 years ago

Warning Says:

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080

It can be seen on newer Chrome versions.

I think it's about CSS touch-action property. But I don't know what this property do.

davidghi commented 6 years ago

Hi! Thank you for letting me know! This is due to some changes in Chrome. The problem that it can cause in the slider is to allow page scrolling (up and down) while you swipe the slides. I will address the issue in the next update.

Cheers!