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
Post a Comment