Activity log for bug #1421669

Date Who What changed Old value New value Message
2015-02-13 15:09:43 Alexandre Abreu bug added bug
2015-02-13 15:10:18 Alexandre Abreu bug task added qtwebkit
2015-02-13 15:10:38 Alexandre Abreu bug task added ubuntu-ui-toolkit
2015-02-13 15:11:59 Alexandre Abreu description On the UbuntuPhone device (Vivid or RTM based), any app as simple as: MainView { Page { WebView { } } } fails to load, the app load spinner does on forever, On the UbuntuPhone device (Vivid or RTM based), any app as simple as: MainView {     Page { WebView { } } } fails to load, the app load spinner does on forever. To reproduce it: - open QtC, - create a blank simple qml project, - mofidy the project main qml file to add a WebView in the Mainview's page, - launch the app on the device
2015-02-13 15:13:46 Alexandre Abreu description On the UbuntuPhone device (Vivid or RTM based), any app as simple as: MainView {     Page { WebView { } } } fails to load, the app load spinner does on forever. To reproduce it: - open QtC, - create a blank simple qml project, - mofidy the project main qml file to add a WebView in the Mainview's page, - launch the app on the device On the UbuntuPhone device (Vivid or RTM based), any app as simple as: MainView {     Page { WebView { } } } fails to load, the app load spinner does on forever. To reproduce it: - open QtC, - create a blank simple qml project, - mofidy the project main qml file to add a WebView in the Mainview's page, e.g import QtQuick 2.0 import Ubuntu.Components 1.1 import QtWebKit 3.0 MainView { applicationName: "webkit.abreu-alexandre" // Removes the old toolbar and enables new features of the new header. useDeprecatedToolbar: false width: units.gu(100) height: units.gu(75) Page { title: i18n.tr("Simple") Column { spacing: units.gu(1) anchors { margins: units.gu(2) fill: parent } WebView { } } } } - launch the app on the device
2015-02-24 15:32:35 David Planella summary Qny qml app using a QtWebkit WebView and a MainView fail to load on the device Any qml app using a QtWebkit WebView and a MainView fail to load on the device