【问题标题】:How to allow pinch zoom and swipe in bootstrap carousel?如何在引导轮播中允许捏缩放和滑动?
【发布时间】:2021-11-03 11:19:31
【问题描述】:

我正在使用Bootstrap Carousel,但我在移动设备上遇到了一个问题,即只有当我停用滑动时,我才能在轮播图像中同时捏缩放和使用滑动手势。如何在引导轮播中允许捏缩放和滑动?

我尝试添加以下 css 但它不起作用:

.carousel.pointer-event {
  touch-action: auto;
}

【问题讨论】:

    标签: bootstrap-4 bootstrap-carousel


    【解决方案1】:
    .carousel.pointer-event {
      touch-action: pan-y pinch-zoom;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-12-10
      • 1970-01-01
      • 1970-01-01
      • 2012-07-25
      • 1970-01-01
      相关资源
      最近更新 更多