98-375 · Question #56
Which two events are supported on touch devices? (Choose two.)
The correct answer is A. click B. touchstart. A: when the user touches the screen both touch and click events will occur. B: The touchstart event A user agent must dispatch this event type to indicate when the user places a touch point on the The main touch events are: touchstarttriggered when a touch is detected…
Question
Which two events are supported on touch devices? (Choose two.)
Options
- Aclick
- Btouchstart
- Cselection
- Ddrag
How the community answered
(25 responses)- A80% (20)
- C12% (3)
- D8% (2)
Explanation
A: when the user touches the screen both touch and click events will occur. B: The touchstart event A user agent must dispatch this event type to indicate when the user places a touch point on the The main touch events are: touchstarttriggered when a touch is detected touchmovetriggered when a touch movement is detected touchendtriggered when a touch is removed e.g. the user's finger is removed from the touchcanceltriggered when a touch is interrupted, e.g. if touch moves outside of the touch-
Topics
Community Discussion
No community discussion yet for this question.