Open louisatome opened 7 years ago
I have a touchend and a taphold listeners on my div. If I stop the propagation in the touchend listener, the taphold will be called even with a simple tap.
touchend
taphold
https://jsfiddle.net/xf0j6xy5/4/
The block turns blue.
The block turns blue and then red after a short time.
Tested on Safari, IPad Mini (iOS 9.3) and Chrome, Samsung Note 3 (android 5)
Description
I have a
touchend
and ataphold
listeners on my div. If I stop the propagation in thetouchend
listener, thetaphold
will be called even with a simple tap.Test page
https://jsfiddle.net/xf0j6xy5/4/
Step to reproduce
Expected outcome
The block turns blue.
Actual outcome
The block turns blue and then red after a short time.
Platform/browsers
Tested on Safari, IPad Mini (iOS 9.3) and Chrome, Samsung Note 3 (android 5)