touchStartPreventDefault
阻止`touchstart` (`mousedown`)的默认事件,设置为false则不阻止。
touchStartPreventDefault信息
- 类型:
- boolean
- 默认:
- true
- 举例:
- false
- 启用版本:
- 4.4.0
使用方法示例
从Swiper7开始,容器默认类名由'.swiper-container'变更为'.swiper'。
<script language="javascript">
var mySwiper = new Swiper('.swiper',{
touchStartPreventDefault : false,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://www.swiper.com.cn]
本文地址:https://www.swiper.com.cn/api/touch/436.html