Difference between normal mouse click and touch
-
Hi,
I have the following problem: I'm using the QML Button from the getting started text editor example in my application. When I click with a normal mouse on it, it gets a little bit bigger.
When I click on it on a touch device with my fingers, it doesn't scale.So here my question: Where is the difference between a normal mouse click and one of a touch?
-
I have the same problem.
Mousearea onPressed is called and onClicked isn't.
Any news? -
-
Platform: Windows 7 Embedded.
The input device is an ipc with a projective capacity display.
And it seems, that he reacts on the onClicked event, but there is no visual reaction on it. Everything works fine, you can click a button etc, but you don't see it getting bigger or changing his color for a short period of time.