🚧 under construction
Last updated 2 years ago
Was this helpful?
browser ⟩ event ⟩ type ⟩ touch ⟩ .touches
the Touch objects for touch points that are still in contact with the screen and whose touchstart event occurred inside the same target element as the current.
Touch
touchstart
(a subset of .touches)
replit ⟩
// code
Eloquent JS ⟩ Ch. 15: Event Handling ⟩ Touch Events ⭐️
Event ⟩ UIEvent ⟩ TouchEvent ⟩
.touches (TouchList)
.targetTouches (TouchList) - subset of the touches list
touches