[TIMOB-9370] MobileWeb: Improve performance of scrollableview
GitHub Issue | n/a |
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-06-14T15:18:17.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Release 2.1.0, Sprint 2012-12 MW |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-06-04T15:33:08.000+0000 |
Updated | 2017-03-03T23:29:48.000+0000 |
Description
ScrollableView is very slow on device. Too many layouts are generated, too many containers are created, and the type of animation used is inefficient on mobile devices. This part of the code needs to be rearchitected to be more efficient.
Attachments
File | Date | Size |
app.js | 2012-06-14T15:12:53.000+0000 | 7374 |
app.js | 2012-06-12T14:01:45.000+0000 | 6339 |
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2376
Closing ticket as MobileWeb is no longer supported.