Closed aoyue-design closed 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 ..
have you set the probe type (e.g. probeType: 3) - see iscroll docs?
Regards Andreas
Oh... I missed
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 ..