jquery-ui-touch-punch icon indicating copy to clipboard operation
jquery-ui-touch-punch copied to clipboard

dblclick

Open 2b3pro opened this issue 13 years ago • 13 comments

Does jui-touch-punch recognize double-tap? I can't seem to make it work when my element is bound to a "dblclick"? Thoughts?

2b3pro avatar Feb 05 '12 21:02 2b3pro

I was just about to log this myself. Confirmed that it is still an issue. Tried it on:

  • Android tablet running Honeycomb w default browser.
  • Android ICS phone (Galaxy Nexus) w Google Chrome mobile beta.

playtcg avatar May 11 '12 17:05 playtcg

I have the same problem, can also add Opera mobile to the list.

mliesen avatar Aug 04 '12 14:08 mliesen

Also having this problem, it is just because he didn't write any code for the double click though. I'm going to see if I can figure out how to write that, i'll let you know if I get it.

ghost avatar Nov 01 '12 20:11 ghost

:+1: Still an issue it seems. @mordocai Did you ever come up with a solution?

GFoley83 avatar Aug 05 '13 21:08 GFoley83

Related issues: #43 #46 #5

GFoley83 avatar Aug 05 '13 21:08 GFoley83

@GFoley83 I don't believe I did. I'm not doing web development at my current job, and I think I left the job this issue was related to before I had a chance to fix it. In any case, looks like if you can implement something similar to what this article says might work http://appcropolis.com/howto/implementing-doubletap-on-iphones-and-ipads/. I might work on it if I get the itch later this week, but it'd be on personal time.

ghost avatar Aug 07 '13 14:08 ghost

anyone ever solved that issue?

Masood10 avatar Apr 19 '18 14:04 Masood10

i'm having the same problem of dbclick after using jquery.ui.touch-punch. is there anyone who solved this issue?

Shafqat-Ali avatar Oct 07 '19 07:10 Shafqat-Ali

I could not solve it so I used angular hammer double tap function. http://embed.plnkr.co/3sJFrC/ https://www.npmjs.com/package/angular-hammer

Masood10 avatar Oct 09 '19 11:10 Masood10

I could not solve it so I used angular hammer double tap function. http://embed.plnkr.co/3sJFrC/ https://www.npmjs.com/package/angular-hammer

can i use this angular-hammer into a simple application where i didn't used angular js?

Shafqat-Ali avatar Oct 09 '19 16:10 Shafqat-Ali

Are there any updates on this issue?

mighty-phoenix avatar May 24 '20 16:05 mighty-phoenix

No idea if anyone has solved this one, especially as this original branch of touch punch has not been updated in years.

Have you tried my branch - https://github.com/RWAP/jquery-ui-touch-punch

I brought together various suggested changes over the years in there and it seems to be much better behaved.

I don't own a touch device however!

RWAP avatar May 24 '20 20:05 RWAP

@RWAP I was in the need of getting dblclick working on mobile and your fork did the job. Thanks!

mcanepa avatar Jul 20 '24 16:07 mcanepa