[TIMOB-2126] Android: Support Scroll Event on Tableview
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2020-02-12T15:27:19.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | core |
Reporter | Don Thorp |
Assignee | Rene Pot |
Created | 2011-04-15T03:11:12.000+0000 |
Updated | 2020-02-12T15:27:19.000+0000 |
Description
Should fire the standard event.
Attachments
File | Date | Size |
---|---|---|
app.js | 2011-10-03T12:41:32.000+0000 | 876 |
x and y are not fired and neither is contentOffset, making it impossible to know the scroll location. x and y need to be fired on the 'scroll' event.
Attached test file.
up!
One may work around using the following Droid properties of Scroll event (firstVisibleItem, totalItemCount, visibleItemCount) - Tested on 2.1.0.GA:
app.js
Occurs on : SDK : 7.3.0.v20180803101103 CLI : 7.0.4 Android Emulator OS 6.0
Is already implemented