MouseArea signal released not fired on touchscreen
-
Hello,
The release signal of a MouseArea may not always be triggered on touchscreen displays. When this occurs, my subsequent touches do not register properly because the application assumes that I am still pressing down on the initial touch that was not released.
This issue frequently occurs with rapid touches. I tried two different touchscreens and the problem is still there. I found a solution by using a TapHandler but that is not ideal.
I am using Qt 6.4.2.Any idea on what is happening ? Thanks for your help.