2
我搜索解決方案,但無法找到。貓頭鷹傳送帶無法防止默認
貓頭鷹傳送帶保持日誌
無力的preventDefault由於目標被動事件監聽器裏被視爲被動。見https://www.chromestatus.com/features/5093566007214080
我使用貓頭鷹傳送帶2.2.0這是https://github.com/OwlCarousel2/OwlCarousel2
我搜索解決方案,但無法找到。貓頭鷹傳送帶無法防止默認
貓頭鷹傳送帶保持日誌
無力的preventDefault由於目標被動事件監聽器裏被視爲被動。見https://www.chromestatus.com/features/5093566007214080
我使用貓頭鷹傳送帶2.2.0這是https://github.com/OwlCarousel2/OwlCarousel2
您可以使用此css來固定你的錯誤
.owl-carousel {
觸摸操作:無; }
解決方案 - 在owl.carousel.css加:
.owl-carousel
{
touch-action: manipulation;
}