0
다음은 현재 쓰고있는 코드입니다. 슬라이더에있는 이미지를 드래그하려고 할 때 이미지 링크에서 이미지를 탐색하고 탐색합니다 . 이상적으로 드래그 할 때 슬라이더의 내용을 드래그해야하며 이미지를 클릭하면 이미지 링크로 이동해야합니다.동일한 슬라이더에서 클릭 앤 드래그 이벤트를 사용하면 스 와이프 슬라이더가 멈추거나 바운스됩니다.
var swiper = new Swiper('.swiper-container', {
iOSEdgeSwipeDetection:true,
iOSEdgeSwipeThreshold:0,
lazyLoading: true,
mode:'horizontal',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
slidesPerView: 7,
slidesPerGroup:3,
spaceBetween: 10,
simulateTouch:true,
freeMode: true,
resizeReInit:true,
preventClicks: false
});