be-fe / iSlider

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

当手指放在图片上进行上下滑动时的bug #228

Closed yanbinlucy closed 9 years ago

yanbinlucy commented 9 years ago

我的图片在手机屏幕最上面的一个小区域显示,当手指放在图片上进行上下滑动时,不能进行滑动,怎么进行处理?

xieyu33333 commented 9 years ago

上下滑动和左右滑动是互斥的,设置isVertical=true可以上下滑动。

yanbinlucy commented 9 years ago

哦,我不是想让图片上下滑动,图片我是要左右滑动的,我是想当手指放到图片上时,可以上下滑动屏幕,查看手机屏幕下的内容,这个要怎么做?

xieyu33333 commented 9 years ago

设置fixPage=false

yanbinlucy commented 9 years ago

多谢,已解决