First note; I am an absolute newby in the development area, have experience with HTML and CSS development, not with much more (that's why the ease of use features of jQuery mobile appealed to me).
I run into the following problem: when I open an jQuery Mobile based webpage, for example jQuery Mobile's own
http://jquerymobile.com/demos/1.0a4.1/ or the page I have created myself, on either an Android phone or the iPhone, I see that there is kind of a zoom action when I double tap on one of a list item, but next nothing happens, except for a slight zoom in - zoom out and the button turns into the "active state" layout. I understand that this is related to the standard double tap = zoom function that comes in handy at some instances. Yet in this list it works confusing because the logical expectation is that you would go to the link related to that list item, and that when you are an inpatient or not so experience app user, you would possibly tap more than once on a list item. Yet going to a next page only works with one single tap.
What I would like is that both with single tap and with double tap the website user would go to the addressed item in the list. Who can explain to me in the simpelest of terms how I can implement this?
Many thanks, Marijke