Handle multitouch events in web application

You can add multitouch support to your web application using touch events. To do it you can check number of touch points (e.g. event.touches).