HTML5 Application Development Fundamentals — Question 2

Which two touch gestures require a multi-touch device? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answers are B and C because 'tap' and 'pinch' gestures are designed to work with multiple touch points, allowing for more complex interactions. In contrast, 'hold' and 'spread' can be performed on single touch devices and do not require multi-touch capabilities.