Touch this paragraph while you do something that will interrupt the event. Different devices will interrupt the touch at different actions, so this example can be difficult to demonstrate, but it is considered good practice to include this event. This is an example of touchcancel.
Touch this paragraph, then release the touch to trigger a function that will write "Hello World".This is an example of touchend.
Touch this paragraph, and move the finger to trigger a function that will display the x and y coordinates of the touch, according the the document. This is an example of touchmove.
Touch this paragraph to trigger a function that will write "Hello World". This is an example of touchstart.
Note: These examplesare for touch devices only.