Hi,
I’m working on a dating app based on a Swipe layout.
The Swipe right and swipe left actions work as intended (add a row to the “Like” table or to the “Not interested” table), and then the next card appears.
However you can display details by touching a card. In the details view I placed a Like button which also adds a row to the Like table, but then when I go back to the Swipe screen, the same card is still displayed.
Is there a way to go back to the next card in the Swipe screen?
The data is filtered and if a card is in the Like" table, it should be filtered. It is filtered when I swipe right instead of touching the Like button in the details screen.
I tried actions “Shuffle” and “Go to screen” in various orders but it did not help.
A click on the Like Button in the Details View (then I go back to the Swipe view and the same card is still here)
[Edit: wrong video link!
Correct video link:] - YouTube
Hi! So I realized that for the swipe to behave correctly you need to drag the card all the way out of the screen in Glideapps on the web, so there was not really a problem in the first place here.