powy1993 / fullpage

For desktop(ie5.5+) or mobile webApp without jQuery,create full screen pages fast and simple.
http://1.fullpagechris.sinaapp.com/index.html
749 stars 267 forks source link

click切换页面失效 #15

Closed a50610 closed 8 years ago

a50610 commented 9 years ago

框架非常好用,感谢分享! 我在按钮上绑定了click事件,做页面切换。但是在点击的时候,触发了touch事件,_isLocked被设为true,此时再进行goPage,由于被锁定就直接return了。请问应该如何解决此问题??

powy1993 commented 9 years ago

我在邮箱中已经进行了回复~

easyzyx commented 9 years ago

同求

powy1993 commented 9 years ago

将配置里面的 touch 去掉就行了! mode : 'wheel,touch,nav:navBar',

加粗部分删去就可以了