I've been developing a mobile form wizard plugin for a client, and whenever I bind to swipeleft and swiperight I receive two notifications every time I swipe. I was eventually able to narrow it down to an event bubbling issue, but to fix it I had to modify the JQuery Mobile library. Here is the offending code:
Returning false prevents the double event firing. I couldn't find any way to prevent this through my own swipe handlers, and frankly didn't see why I should. Not sure what the process is for integrating fixes into base, but this would be helpful. Thanks!