QtWebKit hybrid HTML 5 application
Qt WebKit
2
Posts
2
Posters
2.9k
Views
1
Watching
-
Hi,
I would like to develop a hybrid application using QtWebkit and HTML5+JavaScript. Now I read that in the new version of QtWebKit the functionality to bind with Qt objects and JavaScript objects is not supported anymore due WebKit2 changes.
So what does this means? QtWebKit hybrid apps are dead? Should I abandon the idea and look for something else?
Any insights or advice is greatly appreciated.
-
I don't know if this would help you or make you sad, but in QtQuick 2 (available in Qt5), there is QML Canvas element, which has the same API as HTML5 canvas.