Hi,

I am writing a GUI application, with QtQuick 1.0, QtWebKit1.0 and qt4. It works perfectly fine when I am using a mouse, but this project is intended for a touch screen. In the project I have to use a webview, but when I use it, the GUI doesn't react to touch, only mouse clicks. This happens even when the Webview is completely empty, or when I have stuff in it. Also, this is happening even when the webview itself is not visible. Any help would be greatly appreciated.