cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

iscroll-probe.js scroll event isn't working but scrollEnd or scrollStart #1106

Closed aoyue-design closed 7 years ago

aoyue-design commented 7 years ago

I import iscroll-probe.min.js with CDN(https://cdnjs.cloudflare.com/ajax/libs/iScroll/5.2.0/iscroll-probe.min.js) and do following:

myScroll.on('scroll', function() { alert('scroll'); });

the event not triggered ..

AndreasKr commented 7 years ago

have you set the probe type (e.g. probeType: 3) - see iscroll docs?

Regards Andreas

aoyue-design commented 7 years ago

Oh... I missed