cubiq / iscroll

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

onScroll event not fired. #1255

Closed Syler921 closed 5 years ago

Syler921 commented 5 years ago

iScroll version : 5.2.0

I'm trying to attach onScroll event with event name "scroll" and "scrollMove" but it doesn't fire scroll event.

this.iscrollRefference.on('scrollMove', function () {
      console.log('move');
});

this.iscrollRefference.on ('scroll', function () {
      console.log('move');
});
chrisxxp commented 5 years ago

i think you should use the iscroll-probe.js but iscroll.js