在使用swiper的时候经常遇到的问题就是:当有些文字区域需要出现滚动条(添加overflow:auto),然而滚动效果会和swipper的全屏滚动冲突,导致滚动时整个页面滚动。
在swipper的官方文档有相关功能可以屏蔽滚动区域。
var mySwiper = new Swiper('.swiper-container', { noSwiping : true, noSwipingClass : 'stop-swiping',