Search code examples
windows-7touchcefsharpwindows-7-embedded

CefSharp TouchInput on Windows 7


I have my application installed on a Windows 7 Pos Ready computer and I've issues with the touch input. It just doesn't work and doesn't respond to any touches. If try to click things with my mouse everything is fine.

The CefSharp version I'm using is v79.1.360 and I use Windows Forms.

Does anyone have any pointers?


Solution

  • Thank you for your inputs.

    I figured it out, basically the previous dev was using CefSharp Forms in a WPF project. I exchanged the implementation with CefSharp WPF and it started to work just nicely.