WPF application not always responsive to touch?

JohnMartel 41 Reputation points
2022-01-29T13:25:38.017+00:00

I have developed a Point-of-Sale solution with WPF using .NET Framework 4.8 running on a touch resistive screen. I am getting complaints from customer that the application doesn't always respond to touch, when for example a button is pressed, or tab item is clicked, and the customer will have to click a couple of times on the control for something to happen. I read somewhere that there was some bug with touch support for WPF but that was for .NET Framework 4.6. Any thoughts?

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,710 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,650 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
790 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,851 Reputation points
    2022-01-29T22:09:07.357+00:00

    Hard to say without seeing code. Is it possible the button size is too small to touch easily on your customers pos?

    0 comments No comments