CefSharp
CefSharp copied to clipboard
Feature Request - Add WPF Stylus Support
Support for Touch/MultiTouch
has been added (#228), Stylus
support was left as experimental and not merged into the ChromiumWebBrowser
control.
- [ ] Selecting of text with stylus (https://github.com/cefsharp/CefSharp/issues/228#issuecomment-496704700)
The Stylus
support is still part of the CefSharp.Wpf.Experimental.ChromiumWebBrowserWithTouchSupport
class and will be merged into ChromiumWebBrowser
after the above issues have been resolved.
https://bitbucket.org/chromiumembedded/cef/issues/1059/cef3-multi-touch-support-with-offscreen#comment-56233743 suggests there are some problems with the stylus support in CEF.
Hello Everyone, Is there a way to disable touch in cefsharp? Is it enabled by default. My application is not yet ready to support touch based devices, but we are using cefsharp WPF. Want to know if there is a way i can tell cefsharp to not bother about touch enabled devices. Please let me know
Use https://github.com/cefsharp/CefSharp/discussions to ask questions. This is unrelated to adding stylus support.