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?
Look @ http://wiki.awesomium.net/wpf/user-input.html "When using the WPF WebControl, it is the WebViewPresenter and not the WebControl itself that handles user input. This means that handling user input related events on the WebControl, will not prevent the WebViewPresenter from handling these events and passing them to the native view." Hope this is the problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With