Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] iOS - scroll/swipe issue with a SwipeView inside a ListView #14462

Open
raphaelguye opened this issue Jul 27, 2021 · 1 comment
Open

[Bug] iOS - scroll/swipe issue with a SwipeView inside a ListView #14462

raphaelguye opened this issue Jul 27, 2021 · 1 comment
Assignees
Labels
a/listview Problems with the ListView/TableView a/swipeview i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often t/bug 🐛

Comments

@raphaelguye
Copy link

Description

on iOS, the SwipeView component doesn't work good when it's integrated in a ListView. Specially when the Caching Strategy is set to RecycleElement.

Steps to Reproduce

  1. Create a ListView with Caching Strategy set to RecycleElement
  2. Insert SwipeView components inside the ListView
  3. Run on iOS
  4. Scroll right/left/down/up on the items of the List (monkey test)

It's also possible to reproduce when there is no caching strategy, but it's more difficult.

Expected Behavior

The Swipe is handled correctly on the items.

Actual Behavior

The items are move off the screen during the swipe with an unexpected offset.

Basic Information

  • Version with issue: 5.0.0.2012
  • Platform Target Frameworks:
    • iOS: 14.5
  • Affected Devices: All iOS phone. Not tested on iPad.

Screenshots

issue-demo

Reproduction Link

@raphaelguye raphaelguye added s/unverified New report that has yet to be verified t/bug 🐛 labels Jul 27, 2021
@jsuarezruiz jsuarezruiz added a/listview Problems with the ListView/TableView a/swipeview labels Aug 16, 2021
@jsuarezruiz jsuarezruiz added this to New in Triage via automation Aug 16, 2021
@jsuarezruiz jsuarezruiz added the i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often label Sep 7, 2021
@jsuarezruiz jsuarezruiz moved this from New to Ready For Work in Triage Sep 7, 2021
@jsuarezruiz jsuarezruiz added this to Backlog in SwipeView via automation Sep 7, 2021
@jsuarezruiz jsuarezruiz removed the s/unverified New report that has yet to be verified label Sep 7, 2021
@jsuarezruiz jsuarezruiz self-assigned this Sep 7, 2021
@jis248
Copy link

jis248 commented Oct 6, 2022

Yes, I am also facing this issue. Is there any alternative solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/listview Problems with the ListView/TableView a/swipeview i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often t/bug 🐛
Projects
SwipeView
  
Backlog
Triage
  
Ready For Work
Development

No branches or pull requests

3 participants