PDA

View Full Version : QWebKit + Kendo UI



jh
22nd July 2012, 12:28
hi,

i develop a hybrid desktop application which embeds a qwebview into the c++ app UI. this is really great
since we have the bridge between the webpage and the native c++ app in the background.

now we are looking for some javascript UI frameworks to use to create webpages in the webview and we found kendo UI
(http://www.kendoui.com/) which is really great looking and powerful. the problem is that not all kendo controls
are working properly. browsing the web/forum i saw a posting where the kendo team said that the problem are
the touch events of qwebview which disable the mouse events. they do not have a workaround for that right now (maybe
in the future).

does anybody know how to disable touch events in qwebview to get kendo ui working ?

best regards,
jh