Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24222] Universal Windows App (UWP): ScrollView doesn't scroll vertically when the content is larger then height

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-01-24T00:52:56.000+0000
Affected Version/sRelease 6.0.0
Fix Version/sRelease 6.1.0
ComponentsWindows
Labelseng-priority
ReporterShuo Liang
AssigneeKota Iguchi
Created2016-12-14T01:43:53.000+0000
Updated2017-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

FileDateSize
index.js2016-12-14T01:43:44.000+0000931
index.tss2016-12-14T01:43:44.000+00001329
index.xml2016-12-14T01:43:44.000+0000908

Comments

  1. Kota Iguchi 2017-01-09

    I am able to reproduce this. Started working on this in this sprint.
  2. Kota Iguchi 2017-01-10

    https://github.com/appcelerator/titanium_mobile_windows/pull/920
  3. Samir Mohammed 2017-01-25

    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*
       Lumia 640 LTE (RM-1073) (OS Build 10.0.14393.693)
       Mobile emulator 10.0.14393.0 1080p 6inch 2gb
       Operating System
       Name                        = Microsoft Windows 10 Pro
       Version                     = 10.0.14393
       Architecture                = 64bit
       

    CPUs = 4

    Memory = 17034395648 Node.js Node.js Version = 4.6.0 npm Version = 2.11.3 Titanium SDK SDK Version = 6.1.0.v20170125103400

JSON Source