jquery-ui-touch-punch
jquery-ui-touch-punch copied to clipboard
dblclick
Does jui-touch-punch recognize double-tap? I can't seem to make it work when my element is bound to a "dblclick"? Thoughts?
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.
I have the same problem, can also add Opera mobile to the list.
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.
:+1: Still an issue it seems. @mordocai Did you ever come up with a solution?
Related issues: #43 #46 #5
@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.
anyone ever solved that issue?
i'm having the same problem of dbclick after using jquery.ui.touch-punch. is there anyone who solved this issue?
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
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?
Are there any updates on this issue?
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 I was in the need of getting dblclick working on mobile and your fork did the job. Thanks!