Problems with showing facebook page in Qml WebView in qt5 for windows
QML and Qt Quick
15
Posts
5
Posters
7.2k
Views
1
Watching
-
Ok, i found the problem and the solution for Qt 4.*.
The idea is to ignore SSL errors, you could find the example here:
http://qt-project.org/forums/viewthread/8911Now the only one question is how to implement it in Qt 5.0.1 with QWebKit 3.0
-
I put these files next to my executable but I still get a blank page (Qt 5.4.1).
Are you sure that you didn't do something else?