nerdexam
Microsoft

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…

Understanding Game Programming

Question

Which two events are supported on touch devices? (Choose two.)

Options

  • Aclick
  • Btouchstart
  • Cselection
  • Ddrag

How the community answered

(25 responses)
  • A
    80% (20)
  • C
    12% (3)
  • D
    8% (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

#touch events#mobile development#JavaScript events#touchstart

Community Discussion

No community discussion yet for this question.

Full 98-375 Practice