How to include double tap function as Instagram's like function... | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

17th Apr 2020, 3:56 AM
KishanBGajera
KishanBGajera - avatar
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?
17th Apr 2020, 4:14 AM
ChaoticDawg
ChaoticDawg - avatar