How to include double tap function as Instagram's like function... | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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