Good evening to all!
I'm working on a WAF (Image Gallery) and I need to use the ondblclick event to catch a double click.
It seems that Kindle Touch can't use it!
I could simulate the double tap using onclick and a time delay, but it isn't a good solution as I always get that delay and it isn't funny.
In the WAF's config.xml I found this:
Code:
<param name="multi_tap" value="yes"/>
and that's exactly what I need.
Is there a way to catch that event?
Thanks a lot!!!