Is there a way to set the sensitivity of touch events in qt? Android issue
Unsolved
Mobile and Embedded
-
I implemented a custom qt qml object for controlling a map and I need to process the touch signals separately.
The problem I encountered is that on high dpi screens (android devices) the sensitivity is too high and instead of a TouchPointPressed I always receive a TouchPointPressed and after it lots of TouchPointMoved which causes a pan on the map.
Is there a way I can limit the sensitivity / receive less touch signals?
The problem happens on Android devices with high dpi, on Windows and Mac OSs this works well.
Maybe there is a setting in AndroidManifest.xml