Swiping like tinder

Is anyone aware of a way to get swipe functionality like a Tinder swipe using the mobile native features?

You could do this in a list view with a list of 1 item, just make your list item really big. On the swipe action in the list view there’s a way to trigger a workflow to run on a “full swipe” I believe.

Yeah that’s a good workaround. I just used a web view to do it cause I don’t wan the swipe to only be left/right the same way tinder cards work.

There are some good libraries out there that would make for a great plugin when the plugin editor is ready

Absolutely! react-native-deck-swiper would be perfect. Very excited for the plug-in editor :raised_hands:

Hi Alex,

I was just looking for the exact same swipe component (for dating app :). How is the WebView working for you? Is it user-friendly? Do you use the standard Bubble plugin?

Thanks,
Pavol

1 Like

I actually used Bubble’s drag and drop plug-in to get the swipe functionality.
It works expect it takes 3-5 seconds for the webview to load which looks quite clunky. Will probably add a loading screen next so the user knows something is happening.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.