PDA

View Full Version : Disable Multitouch in QWebKit



KenJustKen
13th March 2012, 06:44
I am trying to enable mouse dragging on a Google Maps applicaiton. There seems to be a known issue with this according to

https://lists.webkit.org/pipermail/webkit-qt/2010-November/000974.html which states




The right solution is to get Google Maps to stop sending you the touch
UI, but you could of course compile QtWebKit with
DEFINES+=ENABLE_TOUCH_EVENTS=0 (this is currently set to 1 in
WebCore/features.pri)



Is there a way I can do this at runtime as I am not compliling the WebCore right now and I do not wish to do this?

If there is not, how do i compile this from Creator?

Ken