Open felixkrautschuk opened 5 years ago
Hi @felixkrautschuk ,
We are aware of this limitations and issues that the "Load on Demand" functionality currently has on iOS and we are planning to address them in a major refactoring of this functionality in on of our future releases.
We hope to be able to address this as soon as possible.
Tell us about the problem
We need some local loadOnDemand functionality, as displaying a larger set of data needs some time to be actually displayed in RadListView on iOS. So we load the whole data-set from the server at once, but we push only portions of this data into the ObservableArray, one after the other. Unfortunately, the loadOnDemand functionality does not feel smooth when scrolling down fast on our phical device iPhone 6 with iOS 12.4. On Android, it feels very smooth and you actually do not recognize that the RadListView uses the loadOnDemand feature and it feels like the whole data-set was already in the ObservableArray from the beginning.
This is our page bindingcontext:
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
RlvLoadOnDemandIssueIOS.zip