It really doesn't matter what control although the app is heavy on listviews.
So lets say there is a listview with 5 <li>'s in it. I tap the third one down and what does jqm do? It selects the search box as though that were the thing i had tapped.
I'm not sure when this problem came about although it has always been bad on Android. I eventually tried the tablet out on the official jqm site and it broke on their site too (docs for 1.0.1 and 1.1.1).
One important note - it works pretty much okay as long as you tap the screen for 50-100ms. If you leave your finger on the screen any shorter it doesn't register. If you leave your finger on the screen any longer and you get the error.
Is there any way around this to where when you tap on a button it actually fires the event handler for that button and not another button half way across the page?