ftlabs/ftscroller

ftscroller allows multiple finger touch to scroll

ramtel2005 opened this issue · 2 comments

Hi,

ftscroller allows more than one finger touch to scroll, generally swipe/scroll restricted for single finger scroll.

any way to restrict only single finger to scroll ftscroller?

regards,
Ramkumar P

Hi Ramkumar,

ftscroller should only allow a single finger touch to scroll - fingers beyond the first are ignored on our testing here. Can I ask which device/OS you're seeing the problem on?

Hi,

I verified in ipad 3 tested http://ftlabs.github.io/ftscroller/examples/horizontalpaged.html, if i use two or three fingers to change the page its allowing.

The problem i am facing in my page which
I have pinchin and pinchout (I am using hammer.js to get this event) in my page, so when i do pinchin/out ftscroller event also trigerred.

so pinching/out and scroll also happening.

regards,
Ramkumar P