View Single Post
Old 04-19-2012, 04:04 PM   #1
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 707
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Javascript double click

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!!!
silver18 is offline   Reply With Quote