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
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml