Qgraphicswebview problems in qml
-
Hello, I've created a custom element that does the same job of Qml WebView(subclassing qgraphicswebview). But it has 2 bugs: the performances are bad comparing to normal WebView and the webview has a black background. I've checked and rechecked the code but ther isn't any errors. I've the same the same code that nokia used to create Qml Webview and register the class with qmlregistertype() function. Can someone help?
-
"Photo link":http://postimage.org/image/n0evdkzqt/
This is a wikipedia page,as you can see the background is black so the text in black isn't visible. The scrolling isn't good and tilestoring doesn't work well. I've made the same app with a qml webview and performances are good.
EDIT: the problems exist only if there are others qml elements in the qml file. I mean if there is only the custom webview without other elements(like flickable, pincharea,text etc..) everything works great.