ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadListView PullToRefresh leaves gap on iOS #1537

Open JWiseCoder opened 3 years ago

JWiseCoder commented 3 years ago

In iOS, after a pull to refresh, there is sometimes a gap at the top of the RadListView, even after calling notifyPullToRefreshFinished. This seems to happen only when the number of items before and after the refresh is the same. If the number of items change, there is no gap afterwards.

This is similar to the #278, but this is still happening with the latest version.

kfw9257 commented 3 years ago

Try running listViewElement.nativeElement.refresh() when the notifyPullToRefreshFinished event is triggered.

a-camacho commented 2 years ago

Same issue here, and can't fix it with a refresh on my listView. Any clues ?