PDA

View Full Version : Disable touch event when using QWebkit



chika
24th February 2011, 04:07
Hi,
I have used QWebkit to show the google map and it can drag and drop well.(It only worked under the version 3.2)
Google server don't supply google map service 3.1 anymore.
Now I need to disable the touch event in QWebkit (It's enable automatically since QT 4.6).

Is there any way to do this?

BR and Thanks

eegoov
28th February 2011, 11:09
I, too, are interested in this question. Now I use Google maps in your application, and, since the API 3.2 scale and a shift map with the mouse does not work. I'm using the Qt-4.7.
Here's an example: http://code.google.com/intl/ru-RU/apis/maps/documentation/javascript/examples/map-simple.html
This example works correctly in firefox, opera, chromium, but not with Arora.
Thank you.