移动的SubCategory轮播箭头无法正常工作

时间:2018-08-25 14:17:47

标签: ios mobile carousel arrows

打开箭头可移动使用子类别轮播。箭 如果是iOS设备,则在手机上查看转储时无法使用。你可以滑但是 当您单击箭头时,它们不会在滑块内移动图像。当您在桌面上以移动方式查看时,它确实起作用。 这是代码:

$(".subCategories").slick({
<? if ($totalSubcategories > 4): ?>
  centerMode: true,
  centerPadding: '15px',
<? endif ?>
  slidesToShow: 4,
  slidesToScroll: 1,
  swipeToSlide: true,
  responsive: [
    {
      breakpoint: 801,
      settings: {
        centerMode: true,
        slidesToShow: 3,
        slidesToScroll: 1,
        arrows: true,
        swipeToSlide: true
      }
    },
    {
      breakpoint: 500,
      settings: {
        centerMode: true,
        centerPadding: '5px',
        slidesToShow: 1,
        slidesToScroll: 1,
        arrows: true,
        swipeToSlide: true
      }
    }
  ]
});

0 个答案:

没有答案
相关问题