How can i change the qml elements, such as Flickable, ListView and GridView... to work with touch event , not with mouse event?
Is it possible in any way?
It does work out of the box... at least for me on Android (Necessitas). It uses mouse events, true, but they get generated with touch, too. Or did I misunderstand your question?
tnx for your reply, you understand my question.
but i wonder why thy listView i create in qml work perfect with mouse(pen/stylus), but not realy good with finger.
if i create a qt project with qt widgets, and set the touchEvent flag, the touch work very good. But it does'nt work the same with the qml element(listView,Flickabe,...)