I think the component QWebView not recognize touch events, so, i solved this problem setting QWebView>setAttribute(Qt::WA_AcceptTouchEvents, false); to QWebView receive the touch event as mouse events.

This way solved my problem, thanks.