Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Android TableView Scroll Event Not Fireing

TableView added to a view, which is added to a window.

In iPhone, both events fire correctly, in Android the click event fire, but not the scroll, also tried the scrollend event too with no luck? Any ideas?

tblNews.addEventListener('scroll',function(e){
   Ti.API.info('scroll');
});

tblNews.addEventListener('click', function (e) { 
   Ti.API.info('click');
});
— asked November 30th 2010 by j mcw
  • android
  • scroll
  • tableview
0 Comments

1 Answer

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.