[ALOY-1575] Allow Android to use Ti.UI.RefreshControl as well
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-08-30T18:00:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | CLI Release 6.2.4 |
Components | XML |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Feon Sua Xin Miao |
Created | 2017-08-27T16:54:46.000+0000 |
Updated | 2018-03-07T22:28:26.000+0000 |
Description
We added refresh-control for Android in TIMOB-1072, but we also need Android to use the Alloy tag.
[~hknoechel], [~jquick] does this API work differently from iOS? If it's the same usage as in iOS, then no changes are needed in alloy. Otherwise what's the difference?
[~fmiao], The only differences between Android and iOS are: - Android ignores the "RefreshControl.title" property. - The Android RefreshControl does not support ScrollView. (Will log a warning if you try and then no-op.) No one here has tried testing it with Alloy on Android.
[~fmiao] I actually think we should be fine then. If people use properties on Android that are documented as iOS-only in the docs, they would always run into an error, that was the same before and happens in the native world as well. If it all works without changes, we can resolve it as Invalid.
Closing as invalid. If this is incorrect, please reopen.