OSX + QGraphicsWebView
Qt WebKit
2
Posts
1
Posters
2.1k
Views
1
Watching
-
Greetings,
I'm using a QGraphicsWebView on OSX in my QML program.
I have a very strange behavior.
- Sometimes the loading of the page goes into an infinite loop and never returns.
- Sometimes it only complete when I resize the window (?!).
- Sometimes the whole page stays blank with infinite loading loop.
- Sometimes the "Facebook Connect" area appears transparent and I see Qt Creator behind my program's window.
All of the above seems to work fine on Windows.
Additionally, is there a way to print more debug info from my onLoadFinished slot ? Because true or false is not very explicit.
Thanks and Merry X-Mas :).