[Qt-qml] QtWebkit, different behavior between PC and N950

Jose Manrique Lopez de la Fuente jsmanrique at gmail.com
Tue Sep 6 10:15:46 CEST 2011


Hi,

I am running the following qml in my laptop and in my N950. In the
laptop, it works as expected. In the N950, I get a white screen.

I have tried loading the URL site in the N950 browser, and it works as
expected… So I am trying to guess what it’s going wrong.

Thank you very much and best regards

import QtQuick 1.0
import QtWebKit 1.0
import com.nokia.meego 1.0

Window {
 id:rootWindow

 WebView {
  id: webView
  anchors.fill: parent
  width: rootWindow.width
  height: rootWindow.height
  settings.javascriptEnabled: true
  settings.localStorageDatabaseEnabled: true
  settings.offlineStorageDatabaseEnabled: true
  settings.offlineWebApplicationCacheEnabled: true
  url: 'http://www.carefy.com/AHS-Assistant/'
 }
}

-- 
J. Manrique López de la Fuente
http://www.jsmanrique.es


More information about the Qt-qml mailing list