Open
Description
Environment
- CLI: 8.1.1
- core: 8.1.3
- Android Runtime: 8.1.1
- iOS Runtime: 8.1.0
- XCode Version: 13
- Plugin(s):
- nativescript-ui-listview: 10.0.0
Describe the bug
Only iOS: After a pull to refresh the items of the list don't get back up and a gap remains above.
To Reproduce
Here is a sample repository https://github.com/teha-at/radlistview-pull-to-refresh-sample. Its based on a fresh angular template (ns create radlistview-pull-to-refresh-sample --ng
) and only the nativescript-ui-listview
plugin is added.
Expected behavior
After the notifyPullToRefreshFinished()
is called the list go back up.