Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swiping through photo stack like Tinder - Cross-platform (Hybrid / HTML5 is OK)

I'm looking to create an app like Tinder where users swipe through a photo stack. Does anyone know of a way to reproduce this effect cross-platform? So far, I'm thinking of building a web app using jQuery Mobile with

TouchSwipe for swipe detection; see: http://labs.rampinteractive.co.uk/touchSwipe/demos/

and jStack to display the images; see: http://lab.hisasann.com/jStack/

Are there any suggestions of a better way to do this?

like image 875
Phil B Avatar asked Jul 03 '13 16:07

Phil B


2 Answers

Here is a jQuery Plugin for that:

jTinder

like image 62
Timay Avatar answered Nov 13 '22 22:11

Timay


I've finally found a hack that does something like what I described in the question:

Using the touchpunch library (http://touchpunch.furf.com) for drag and drop, full-screen images, and drop zones to the right and to the left seems to do the trick.

like image 4
Phil B Avatar answered Nov 13 '22 22:11

Phil B