You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As DOM's touchend events won't bubble as the previous touchstart event while the target element has been removed after touchstart, it's hard to trace the touch events properly.
We need a reusable event as touchseries(maybe), which can bubble multiple times with the same bubbling path.
The text was updated successfully, but these errors were encountered:
As DOM's
touchend
events won't bubble as the previoustouchstart
event while the target element has been removed aftertouchstart
, it's hard to trace the touch events properly.We need a reusable event as
touchseries
(maybe), which can bubble multiple times with the same bubbling path.The text was updated successfully, but these errors were encountered: