Utilizing ng-click to display item details in a list while also implementing a jQuery mobile swipe event on the list item to reveal a delete button when swiped left has presented an issue. The problem arises when swiping triggers both the swipe event and a click event. Consequently, attempting to delete an element results in showing the delete button and opening the details view simultaneously.
Is there a solution to this dilemma? Having something similar to ng-swipe would be ideal.