I have a problem: There are HTML5/CSS3 mobile frameworks on the market like Sencha Touch and Phonegap which can use the multi-touch gestures of the iPad/iPhone, Android, etc.
That s working fine, I can test it. But now I need to know what s about Multi-Touch displays based on a Windows 7 OS. Are there also multi-touch capable in a webkit-based webbrowser like Safari or Google Chrome? On a normal PC with mouse / keyboard I can do tap, double-tap, etc. but of course no pinch (zoom a picture with two fingers). Is this possible on a Win7 multi-touch display? Does anyone know that or can test it? There is a demo: http://dev.sencha.com/deploy/touch/examples/kitchensink/ -> Events Doing a two-finger zoom there must be a "pinch" output. On the iPad, there is one, on the normal PC, I can not get it. But it is only possible on a Safari, Chrome, perhaps FireFox 4 webbrowser, because IE8 FireFox 3 does not support HTML5/CSS3 very much.
Best Regards.