nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

RadListView PullToRefresh leaves gap on iOS

Open JWiseCoder opened this issue 4 years ago • 2 comments

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.

JWiseCoder avatar Aug 16 '21 20:08 JWiseCoder

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

kfw9257 avatar Sep 03 '21 20:09 kfw9257

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

a-camacho avatar Feb 21 '22 11:02 a-camacho