Hello,
Trying to get http works in QML, click ubuntu touch
Here is my simple code:
import QtWebView 1.1
WebView {
url: "https://www.google.com"
anchors.fill: parent
}
Change import QtWebKit 3.0 To import QtWebView 1.1. then got this error here. Compile says:
Successfully built package in './kolesterol.007fred_1.0.0_all.click'.
Errors
------
- functional:qt_qml_import_versions_framework
Files contain QML imports too new for frameowrk used: qml/Main.qml
/home/fredy/Desktop/ubuntutouch/kolesterol/build/all/app/kolesterol.007fred_1.0.0_all.click: FAIL
non-network local connections being added to access control list
Mounting device home to /home/fredy/.clickable/home
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
"/home/fredy/Desktop/ubuntutouch/kolesterol/build/all/app/install/%U" does not exist.
[1:1:1105/165215.645057:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Command exited with non-zero exit status 1, see above for details. This is most likely not a problem with Clickable.
Got a new problem inside the app says:
This Site can't be reached / The webpage at https://www.google.dk migth be temporarily down or it may have moved permenenlty to a new address
Thanks for your time !
Best Regards
007fred50