By default awesomium
in WPF application doesn't support touch event for zoom and panning:
browserLeft.StylusDown += browserLeft_StylusDown;
browserLeft.TouchDown += browserLeft_TouchDown;
I want to manipulate browser by myself, but none of the code wont occur touches, why?