-
Unanswered: Scroll event in list
Unanswered: Scroll event in list
Hi All,
In Sencha Touch 2, how does one listen to the scroll event of a List? Googling shows examples for Sencha Touch 1 which do not seem to work in v2.
-
Sencha - Community Support Team
try this:
yourCmpInstance.getScrollable()._scroller.on('scroll', function() { console.log(arguments) });
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us