升级到HBX2.7.9 V3模式,利用swiper左右切换长列表,页面无法滚动。
报错信息:[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
请问有什么解决方案?
 
                                        
                                    
                                    - 发布:2020-05-29 11:44
- 更新:2020-06-05 16:46
- 阅读:1124
 
                                                                    
                                                                请提供完整代码,没有样式无法定位问题,还有别贴张图,还得把你的代码逻辑写一遍
- 
                                                  
- 
                                                  1***@qq.com (作者) <template> 
 <view>
 <swiper style="height: 2000px;">
 <swiper-item>
 <view v-for="item in 100" class="p-5 m-3 bg-blue"></view>
 </swiper-item>
 <swiper-item>
 <view v-for="item in 100" class="p-5 m-3 bg-blue"></view>
 </swiper-item>
 </swiper>
 </view>
 </template>2020-06-01 16:41 
 
             
             
             
			
 
            
1***@qq.com (作者)
测试机器红米note8,ios还没测,vue平台,代码如下
2020-05-30 19:30