I am trying to find any examples on how to code jquery mobile swipe event. Although I understand the principal of using swipe and tap etc, I am struggling to get one to work
should be pretty easy according to documentation
pageCreate() { $("#listitem").swiperight() { $.mobile.changePage("url"); } }