I use ng-click to display the details of an item in a list, and I also attach the jQuery mobile swipe event to the list item to show the delete button when the user iterates to the left. The problem is that when I scroll the element, it not only generates a swipe event, but also a click event. Therefore, when I want to delete an item, it shows a delete button and opens a view of the details.
What can I do about this? It would be great to have something like ng-swipe.
Sergei Basharov
source share