You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Is there any fix other than disabling pull to refresh? I want to use CollectionView inside RefreshView. Pull to refresh is required.
The issue is not generated due to hitting the threshold. Even the threshold not hit, if the itemsouce contain more items than fit in full display the issue will appear
Hey,
just don't use the same boolean for refreshView command and LoadMore command.
Changing the IsRefreshing boolean to false has the behavior to scroll to top on iOS.
It is an understandable behavior.
Description
When RemainingItemsThreshold is reached for CollectionView which is wrapped inside RefreshView, scroll position resets automatically to top.
Steps to Reproduce
Expected Behavior
Scroll position should not reset to top
Actual Behavior
Scroll position resets and first item in list is visible when remaining item threshold is reached on iOS but it stays where it needs to on Android
Basic Information
Screenshots
iPhone 11 iOS 13.4 2020-05-11 10-52-39.zip
Reproduction Link
https://github.com/dsdilpreet/Xamarin_Forms___RefreshView_Demo_ScrollBarIssue
The text was updated successfully, but these errors were encountered: