[AC-3566] Windows: Ti.UI.ScrollableView, scrollingEnabled: false is ignored
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-05-03T05:08:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Jonas Bjurhult |
Assignee | Shak Hossain |
Created | 2016-04-29T08:23:26.000+0000 |
Updated | 2016-05-03T05:08:13.000+0000 |
Description
Steps to reproduce:
1. Set up a Ti.UI.ScrollableView with two or more Views inside
2. Set property scrollingEnabled: false on the Ti.UI.ScrollableView
3. Launch the app and try to scroll by swiping between the two views. This should not be possible when scrollingEnabled: false
Windows 8.1 Enterprise
Visual Studio Communtiy 2015 update 2
TiSDK: 5.4.0.v20160428075219
Appc: 5.2.2
Alloy: 1.8
Node: 0.12.7
Hello, Thanks for your inquiry. At present
scrollingEnabled
property is not supported on Windows Phone forTi.UI.ScrollableView
. You can find this on documentation [Link](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ScrollableView). Go toscrollingEnabled
property and see the supported platforms on the bottom. ThanksThank you for the feedback. Does this mean that it will not be implemented in the nearby future either?
Hello, If you think this feature should be available on Windows you can create a jira ticket as feature request with proper reason. You can add documentation link if this type of feature is available on native windows app development. Thanks