I'm doing a simple image gallery with iScroll 5. Basically I have only 5 images that I can scroll.
If I use clicks and touch (on iPad) works great.
My problem is with trackpads.
So if I try to scroll with trackpad, the scroll jumps from the first image to the last one.
Is there any way I can change the speed of the trackpad?
I'll like not do disable.
Thanks
I think trackpad uses the mouse wheel event, so you can try setting that speed. Try something lower than the default 20.
Resource: http://iscrolljs.com/#configuring