cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.86k stars 2.92k forks source link

Feature Request - Add WPF Stylus Support #3028

Open amaitland opened 4 years ago

amaitland commented 4 years ago

Support for Touch/MultiTouch has been added (#228), Stylus support was left as experimental and not merged into the ChromiumWebBrowser control.

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.

amaitland commented 4 years ago

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.

Varuna15 commented 2 years ago

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

amaitland commented 2 years ago

Use https://github.com/cefsharp/CefSharp/discussions to ask questions. This is unrelated to adding stylus support.