[TIMOB-5174] Android: Implement a dual-scrolling Ti.UI.ScrollView
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | parity, scrollview |
| Reporter | Opie Cyrus |
| Assignee | Ingo Muschenetz |
| Created | 2011-08-30T10:32:10.000+0000 |
| Updated | 2015-04-13T20:09:17.000+0000 |
Description
On iOS, scrollview can move both vertically and horizontally but on Android this is not the case. We should perhaps create new HorizontalScrollview and VeriticalScrollview types rather than forcing a developer to manually set the scroll type on Android only. We should also consider creating a iOS style scrollview on Android.
If the above approach is taken, we should remove the Android only scrollType property on the scrollview for simplicity sake.
A dual scrolling scrollview is something i can really use... It's one of those annoying differences between iOS & Android.