Hi,
I'm trying to register for the virtual mouse events like below. This works in all the phones I have tested (iphone, android) but not on my windows phone 7 phone. The events are not triggered at all. My test phone is a HTC HD7 T9292 with Windows Phone 7.5, OS Version: 7.10.7720.68. Is this phone supposed to support this?
element.bind("vmousedown", onTouchStart);
element.bind("vmousemove", onTouchMove);
element.bind("vmouseup", onTouchEnd);