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.
If you have a RefreshView wrapping a CollectionView and CollectionView's items implement the SwipeView, then attempting a pull to refresh will freeze if the swiping begins for a given row time, the pull to refresh must begin above a row item.
Steps to Reproduce
Perform a pull to refresh directly above a row item that has SwipeView
While pulling to refresh deviate horizontally to begin a Swipe on the row item
Before the pull to refresh is completely pulled down and while the swipeview begins raise finger to stop pull to refresh
Pull to refresh freezes and the refreshview is partially open.
Expected Behavior
Swipe to remove should not initiate when pull to refresh is refreshing / being pulled down. Android works fine.
Actual Behavior
Refresh and swiping interfere with each other causing the UI to freeze performing both partial pull to refresh and swiping on the swipe view
Basic Information
Version with issue: XF 5.0.0.2478
Last known good version: NA
Platform Target Frameworks: iOS Only
iOS: Tested on 15.4
Android: works fine
Affected Devices: iPhone 13 Pro Max 15.4
The text was updated successfully, but these errors were encountered:
If you have a RefreshView wrapping a CollectionView and CollectionView's items implement the SwipeView, then attempting a pull to refresh will freeze if the swiping begins for a given row time, the pull to refresh must begin above a row item.
Steps to Reproduce
Expected Behavior
Swipe to remove should not initiate when pull to refresh is refreshing / being pulled down. Android works fine.
Actual Behavior
Refresh and swiping interfere with each other causing the UI to freeze performing both partial pull to refresh and swiping on the swipe view
Basic Information
The text was updated successfully, but these errors were encountered: