0

I have an app developed using jquery mobile and build using phonegap. I wanted to achieve the similar effect as that of "swipe to call" feature in android enabled phones in my listview.

enter image description here

Not sure how to go forward. checked some other posts but those where examples related to core android development environment.

When I swipe from right to left I get this message, but not sure how to get the background effect.

$(document).on('swipeleft', '.forSwipe', function(e){
    alert("right to left");
});

Can anyone help me with this?

Thanks in advance.

Prals
  • 606
  • 3
  • 7
  • 22

0 Answers0