[TIMOB-24222] Universal Windows App (UWP): ScrollView doesn't scroll vertically when the content is larger then height
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-01-24T00:52:56.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.1.0 |
Components | Windows |
Labels | eng-priority |
Reporter | Shuo Liang |
Assignee | Kota Iguchi |
Created | 2016-12-14T01:43:53.000+0000 |
Updated | 2017-02-03T06:17:28.000+0000 |
Description
Issue: A ScrollView that contains larger content than its height (and its contentHeight is set to auto) won't scroll up and down On WINDOWS. On Android and iOS works as expected.
Reproduce
1. Create a simple app like attached.
2. Run it on Windows, iOS and Android device.
3. Try to scroll down
Actual Result
On Windows device, ScrollView doesn't scroll vertically.
Expect Result
It should work well like ScrollBiew on Android and iOS
Attachments
File | Date | Size |
index.js | 2016-12-14T01:43:44.000+0000 | 931 |
index.tss | 2016-12-14T01:43:44.000+0000 | 1329 |
index.xml | 2016-12-14T01:43:44.000+0000 | 908 |
I am able to reproduce this. Started working on this in this sprint.
https://github.com/appcelerator/titanium_mobile_windows/pull/920
Verified fix with the test case provided in https://github.com/appcelerator/titanium_mobile_windows/pull/920. ScrollView now scrolls when the content is larger than the height and when ScrollView is set to
auto
*Environment*