Closed RayRojasGit closed 4 years ago
Hi @RayRojasGit I'm not sure I understand the question, can you elaborate a bit please? Thanks
Sure, I have a list of items, it's a vertical list. The delete behavior works fantastic. When you do the gesture to delete the item, you have to swipe to the left. What happens is that the contents inside my row for example a text like 'Cats', moves to the left too. They end up disappearing from the screen, just visually, then the delete button is shown, and I'm left with a blank row or the half of a word (because the word moved out of the screen) . I would like to know if it is possible to keep my text on the row showing all the time, without moving it to the left, while I can still swipe on the row and show the delete button.
Hey @RayRojasGit, if I"m understanding you correctly I don't think that is really possible with this library. All of the animating and gesture handling happens on the topmost container for the row. You would need to absolutely position your text on top of that parent container but I don't think it would play well with this library :(
I'll keep trying to think of a way to make this work
Alright thank you very much for the feedback (;. Best wishes.
Closing as resolved
Hello when I swipe left to delete an item, the texts in my case are one word so they leave the screen, I would like to prevent that, is it possible to achieve the behavior? Thanks!