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

设置内容区overflow:scroller时,左右能滑动,上下不行。 #202

Closed qiuling2014 closed 9 years ago

qiuling2014 commented 9 years ago

设置内容区overflow:scroller时,左右能滑动,上下不行。

xieyu33333 commented 9 years ago

需要在配置中设置fixPage: false

qiuling2014 commented 9 years ago

在官网的API中没看到这个配置啊

qiuling2014 commented 9 years ago

安装你说的配置添加fixPage:false后,还是不能上下滑动啊。测试的DOME是‘demo_with_navigator’

qiuling2014 commented 9 years ago

@xieyu33333 @qbaty

xieyu33333 commented 9 years ago

你需要把外层容器设为overflow:auto或scroll啊,外层容器是由用户自己定义的,插件不控制的。而且应该是overflow:scroll,你之前是拼错了吧。