Hello, I'm developing a web application in which there is a list of something. I want that on longtap of every row of the list, an overlay panel will displayed. But the problem is that on mobile (android 2.3) if I try long tap, when I release my finger from display, the overlay panel will disappear. How can I prevent this problem? I think that this is caused by a tap event that will launched after the longtap.
I also tried 1.4.rc1, but the instruction $.event.special.tap.emitTapOnTaphold = false; hasn't any effect.