Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12112] MobileWeb: Re-architect ScrollView and TableView

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionWon't Fix
Resolution Date2013-01-03T10:41:25.000+0000
Affected Version/sRelease 3.0.0
Fix Version/s2012 Sprint 26 JS, 2012 Sprint 26
ComponentsMobileWeb
Labelsn/a
ReporterBryan Hughes
AssigneeBryan Hughes
Created2012-12-18T01:36:22.000+0000
Updated2013-03-27T22:27:53.000+0000

Description

ScrollView and TableView currently use a custom scrolling mechanism that just doesn't make the cut. It suffers from poor performance and several buggy edge cases. We need to rewrite these controls to use native scrolling so we can get good performance without edge-case woes

Comments

  1. Bryan Hughes 2013-01-03

    Turns out, limitations in Android severely restrict how we can re-architect scrollview. Attempts at improving performance yielded only nominal improvements over the current architecture, so it's not worth the time investment to finish this task.

JSON Source