1***@163.com
1***@163.com
  • 发布:2019-12-25 18:01
  • 更新:2021-10-08 14:00
  • 阅读:1682

swiper 轮播 抖动

分类:HBuilderX

tabBar 首页 顶部 轮播图 跳转到 其它页面后 后退回来就会出现轮播抖动、颤抖这个问题
目前只发现了 安卓手机 vivo y75a 有问题
ios 暂时没有发现
HbuilderX 2.4.6.20191210

<swiper class="clearfix swiper"  :indicator-dots="true" indicator-color='rgba(255, 255, 255, 0.3)' indicator-active-color="rgba(255, 255, 255, 1)" :autoplay="true" :current="current" :interval="3000" :duration="500" :circular="true" @change="cardSwiper" >  
            <swiper-item v-for="(item,index) in bannerList" :key="index" class="swiper_item">  
                <view>  
                    <image :src="item.bannerAddress"></image>  
                </view>  
            </swiper-item>  
        </swiper>
2019-12-25 18:01 负责人:无 分享
已邀请:
A随风而行

A随风而行

/根据官方 source 来进行判断swiper的change事件是通过什么来触发的,autoplay是自动轮播。touch是用户手动滑动。其他的就是未知问题。抖动问题主要由于未知问题引起的,所以做了限制,只有在自动轮播和用户主动触发才去改变current值,达到规避了抖动bug

该问题目前已经被锁定, 无法添加新回复