be-fe / iSlider

Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App
http://be-fe.github.io/iSlider/
MIT License
1.66k stars 448 forks source link

zoompic 图片双指缩放功能无法关闭 #398

Open Grifree opened 7 years ago

Grifree commented 7 years ago

测试环境:ios9+,iphone se 没有配置plugins时,可以自动缩放图片 配置plugins : [['zoompic', {zoomFactor: 2}]] 后,依旧可以缩放图片 请问,我该如何关闭这项功能? 谢谢

xieyu33333 commented 7 years ago

可能你用的是npm包require的,那个是把全部的plugin都打包进去了,可以直接require核心包:require("islider.js/build/iSlider.js");

Grifree commented 7 years ago

试过,可以了,O(∩_∩)O谢谢

shinate commented 7 years ago

@xieyu33333 默认打包把所有的都打进去了?

xieyu33333 commented 7 years ago

@shinate 新版把插件先移除了,要用单独require吧