Probe demo event missing?

138 views
Skip to first unread message

Dominik Djurin

unread,
May 16, 2013, 6:09:16 AM5/16/13
to isc...@googlegroups.com
On the probe demo, when I add "mouseWheel: true" to support mousewheel on desktop i can't get instant update of Y position. It updates when i stop scrolling, but does not update instantly. I assume i need an event that triggers when the mousewheel starts scrolling. The same issue is with the trackpad on my macbook.

I need something like:

myScroll = new iScroll('#wrapper', { mouseWheel: true, probeType: 3 });

myScroll.on('scroll', updatePosition);
myScroll.on('scrollEnd', updatePosition);
myScroll.on('mousewheel', updatePosition); // does not seem to work, help pls :D

Dominik Djurin

unread,
May 16, 2013, 6:17:44 AM5/16/13
to isc...@googlegroups.com
Something like this


Try scrolling in the first gray div.

Matteo Spinelli

unread,
May 16, 2013, 7:10:40 AM5/16/13
to isc...@googlegroups.com
yes, I'm working on it. It will be fixed probably with today's commit.

Matt

Dominik Đurin

unread,
May 22, 2013, 1:30:52 AM5/22/13
to isc...@googlegroups.com
Can you share the ETA of Beta? :)

Matteo Spinelli

unread,
May 23, 2013, 2:19:25 PM5/23/13
to isc...@googlegroups.com
It's ready, I'm cleaning up the mess, I'll probably push beta1 tomorrow

Matt
Reply all
Reply to author
Forward
0 new messages