here is my problem that I have been trying to solve for a week now. When I perform a swipe to the left to reveal my buttons, when the view locks at maxleft, the click is only triggered after the third attempt. However, when I use "is currently active" and stop the swipe before maxleft, the click is triggered immediately. I have tried many different solutions, but none of them work. I also tried to implement a childraw over and clearview, but without any results. If you have any suggestions, I would be very grateful. Thank you.
I have tried to implement a clearview method with a condition if dx was less than maxswipe left and to bring back the carview and swippeButton to the position of -maxswipeleft, but it still requires 3 clicks. I also tried the notifydachanged in the on swipe; it works, but the swipe on the items is not performed in the correct position when I have more than 6 items. With the itemdatachanged, it takes two swipes to reveal the buttons.
I have simplified the layouts as much as possible, but I still have the same problem with three clicks. According to the logs, I think that when dx is less than maxleft, the swipe is considered finished, and I enter the onswipe function which requires 3 clicks to exit and update the position.
Any suggestions would be valuable. Thank you.