+ 1
How to include double tap function as Instagram's like function...
I wanna add dubble tap as we add 'onclick' that helps to call function by clicking ones
1 Réponse
+ 2
Add a double click event listener to the element/object that you want to use this with and program the associated function/method.
What language?