My understanding thus far has been that jQuery mobile provides a set of "v" events that mask the difference between touch screen devices and mouse driven devices - i.e. one can pretty much use "v" events equivalents of the traditional event. For instance vclick instead of click.
However, I am starting to suspect that is a rather naive view. With buttons I have been able to bind the vclick event and use it, no issues. But with inputs (radios and checkboxes) it looks like vclick does not fire at all. Am I right about this or is there something else going on? I should mention that I am using jQM 1.2.
I'd much appreciate any help.