Touchscreen
Handling user input from the touchscreen
Your nx.js application can listen for the touchstart
, touchmove
,
and touchend
events, which work the same way as in web app environments.
Touch events are dispatched to the global screen
object.