Top "Double-click" questions

A double-click is the act of pressing a computer mouse button twice quickly without moving the mouse.

How to disable double tap zoom feature in Chrome 30 on Android (Nexus 10)

Is it possible to disable the context zoom triggered by double-tapping an element on Chrome? (Setup: Nexus 10 | Android 4.3 | Chrome 30). Double-tapping …

android google-chrome double-click touch-event nexus-10
How can I attach custom behaviour to a double click in jsTree?

I'm using the jsTree jQuery plugin and want to execute code when the user double clicks a node. I can't …

jquery mouseevent double-click jstree
Double Click and Click on ReactJS Component

I have a ReactJS component that I want to have different behavior on a single click and on a double …

events reactjs double-click
Obtain Position/Button of mouse click on DoubleClick event

Is there a method to obtain the (x, y) coordinates of the mouse cursor in a controls DoubleClick event? As …

.net winforms double-click
Double click event on option of listbox not firing in IE

I want to attach an event to the option tags in a list box so that when I click one …

jquery internet-explorer events listbox double-click
How to resolve double tap on Button Issue in android?

Mockup of my Application : Problem : When click on button1 it just call Intent of ActivitySecond button1.setOnClickListener(this); public void …

android button android-activity double-click
Handling double click events on ListBox items in C#

I am trying to do something when double clicking an item in a ListBox. I have found this code for …

c# winforms listbox listboxitem double-click
Double click function in jQuery is not working

I have two span elements in a page. when I call a jquery double click function on both then the …

javascript jquery double-click
adding Double click event in CellTable cell - GWT

I am unable to figure out how could I add a double click event to the cell of the CellTable. …

events gwt cell double-click
WinForms how to call a Double-Click Event on a Button?

Rather than making an event occur when a button is clicked once, I would like the event to occur only …

winforms events button double-click