Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17247] iOS: Add contentSize property to scroll event

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2015-11-14T07:36:25.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sRelease 5.2.0
ComponentsiOS
Labelsios
ReporterSteven van Loef
AssigneeHans Knöchel
Created2014-06-01T18:02:49.000+0000
Updated2016-01-22T00:44:45.000+0000

Description

The 'scroll' event for Titanium.UI.ScrollView does not send back the contentSize property for the scrollview. Having the content size is useful when adding items to the bottom of the view based on user scrolling (nearing the end). Tableview does have this, in TiUITableView.m in method eventObjectForScrollView I've created a [pull request](https://github.com/appcelerator/titanium_mobile/pull/5750) for this (just one line added)

Comments

  1. Mauro Parra-Miranda 2014-06-30

    Thanks for your report! The Platform team will set the priority for this.
  2. Ingo Muschenetz 2015-02-06

    At the very least we need to add documentation to this. Also, is there parity for Android or MobileWeb?
  3. Hans Knöchel 2015-11-12

    PR pending with cherry-picked community contribution: https://github.com/appcelerator/titanium_mobile/pull/7433
  4. Josh Longton 2016-01-22

JSON Source