IOS Swiper切换闪烁问题

778 阅读1分钟

在安卓上没问题 在ios上切换 会有部分场景边缘切换闪烁问题。

方案

.swiper-slide {
  transform: translate3d(0, 0, 0);
}