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
The original swiping implementation was buggy due to relying on x/y gesture velocity values, and conflicts with pressing or long pressing a task.
Need to re-implement properly to rely on comparing to a pre-recorded "swipe" gesture rather than on velocity values. Will also need to re-implement press/long-press to be more compatible with swiping.
Swiping should also cause a neat animation of a new list taking the place of the old one. This will require some research as I have no idea how to do it yet.
The text was updated successfully, but these errors were encountered:
The original swiping implementation was buggy due to relying on x/y gesture velocity values, and conflicts with pressing or long pressing a task.
Need to re-implement properly to rely on comparing to a pre-recorded "swipe" gesture rather than on velocity values. Will also need to re-implement press/long-press to be more compatible with swiping.
Swiping should also cause a neat animation of a new list taking the place of the old one. This will require some research as I have no idea how to do it yet.
The text was updated successfully, but these errors were encountered: