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?