module "QtWebKit" is not installed
-
Hello,
I trying to make a webApp but then i use "import QtWebKit 3.0" it saying
(module "QtWebKit" is not installed)
import QtWebKit 3.0 WebView { anchors.fill: parent url: "http://google.dk" }
Can someone help me with it?
Thanks for your time
007fred50 -
@007fred50 Can't answer that but try https://open-store.io/app/webber.timsueberkrueb Webber it works well for webapps.
-
@007fred50 It might help if you tried to explain exactly what you are trying to do if webber is not what you need. This is not something I know about but someone will and the more info you can give the better they can help.
-
Hello, i trying to make a home site for App Store.
i have a Question will i be banned or remove if i made a App so all can upload and not give they source out.
What will you think?
Can some admin tell me?Best regards
007fred50 -
@007fred50 I am still not sure what you are trying to do and as English is not your first language it is not going to be that easy for you. You could always use your native language and provide a translation if that helps.
We follow the ubuntu code of conduct https://ubuntu.com/community/code-of-conduct so unless you deliberately do something really bad or offensive you are ok. As you are asking for help with something I would not worry.
-
I just want to make webside in to ubuntu touch app.
-
@007fred50
If I understand correctly you're making an app (or a webapp) for Ubuntu Touch.
But you want to keep it closed source ?
There is no rule to prevent that IIRC. -
@007fred50 As AppLee says, there is no problem with closed source apps.
You can read the policy for submitting apps, here:
-
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 addressThanks for your time !
Best Regards
007fred50