[AC-3194] Android: parameter "cacheSize" is missing for the ScrollableView object (parity issue)
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2015-09-30T00:52:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, cacheSize, package, scrollableView |
Reporter | Arjan |
Assignee | Shak Hossain |
Created | 2015-04-04T10:51:53.000+0000 |
Updated | 2017-12-23T02:33:18.000+0000 |
Description
On iOS, there's a "cacheSize" parameter which is missing on Android.
This causes issues in some situations, views don't get rebuilt. See
More info: https://github.com/iskugor/Ti.SwipeRefreshLayout/issues/5#issuecomment-69623928
Pull request: https://github.com/appcelerator/titanium_mobile/pull/6767
Hello, This is not a bug. CacheSize is added to Android for Scrollable View Object. Check this link [Android CacheSize in Titanium ](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ScrollableView-property-cacheSize) . Thanks