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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -