Can I build a tinder-style swiping full-page dating app using data traversal on wappler?
If it is possible, how would it be done?
Sipping my coffee and thinking out loud…
Good morning fellow geeks.
Can I build a tinder-style swiping full-page dating app using data traversal on wappler?
If it is possible, how would it be done?
Sipping my coffee and thinking out loud…
Good morning fellow geeks.
It’s about time someone takes Wappler to its full potential!
That's how IT billionaires (read: @George) make their fortune.
just an exemple : https://codepen.io/suez/pen/MaeVBy/
they are a lot of librairies, template achieving this.
The short answer is yes, you can
I think I remember @pixlapps has built a similar swiper behavior with Wappler.
Can’t even think that far back… yes, did do it and it was years ago as a proof of concept for a client. I also just used example code from a platform like codepen. The trick though, would be to bind data to the left and right swipes. and update on change of the values
Awesome stuff! How can you bind server connect action to either swipe action?
Point exactly, @pixlapps how can I achieve this?
i’m not experienced enough and have no idea about how to do it ))
Quite a few CodePen results:
Yeah, quite so Dave.
How can server connect API action be bound to either the right or left swipe action?
I’m out of sorts trying to figure this out!
You need to check the events available for the script you are using. So in javascript, you call a server action like:
dmx.parse("serverConnectName.load()")
and if you want to send some value to it using a get parameter:
dmx.parse("serverConnectName.load({any_param:'" + yourvalue + "'})")
I’m going to try this out. Thanks
hi hi… did you ever do do… swipe let of right.???
i dont want to build a mobile app… i just want to implement this on my site…
if i swipe left… bring up next records if left… previous… a pager… like own carousel… backward and forwards but only calling that record … so that the data loads fast!!