ipad - PhoneGap: How to use swipe gesture for images in html to make image gallery? -


how display image gallery when user swipe left or right images changed accordingly?

is possible phonegap make ipad application.

can 1 give me hint this??

<script> $("ul").delegate("li", "swiperight", function() {  // user has swiped right on list view item. show edit menu. //$(this).find(".menu-edit").show();//change here according need. }) </script> 

Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -