UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    module "QtWebKit" is not installed

    Scheduled Pinned Locked Moved App Development
    9 Posts 4 Posters 646 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • 0 Offline
        007fred50
        last edited by

        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

        LakotaubpL 2 Replies Last reply Reply Quote 0
        • LakotaubpL Offline
          Lakotaubp @007fred50
          last edited by

          @007fred50 Can't answer that but try https://open-store.io/app/webber.timsueberkrueb Webber it works well for webapps.

          1 Reply Last reply Reply Quote 0
          • LakotaubpL Offline
            Lakotaubp @007fred50
            last edited by

            @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.

            1 Reply Last reply Reply Quote 0
            • 0 Offline
              007fred50
              last edited by

              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

              LakotaubpL 1 Reply Last reply Reply Quote 0
              • LakotaubpL Offline
                Lakotaubp @007fred50
                last edited by

                @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.

                1 Reply Last reply Reply Quote 0
                • 0 Offline
                  007fred50
                  last edited by

                  I just want to make webside in to ubuntu touch app.

                  AppLeeA CiberSheepC 2 Replies Last reply Reply Quote 0
                  • AppLeeA Offline
                    AppLee @007fred50
                    last edited by

                    @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.

                    1 Reply Last reply Reply Quote 0
                    • CiberSheepC Offline
                      CiberSheep @007fred50
                      last edited by

                      @007fred50 As AppLee says, there is no problem with closed source apps.

                      You can read the policy for submitting apps, here:

                      https://open-store.io/submit

                      Another planet, another time, another universe!

                      1 Reply Last reply Reply Quote 0
                      • 0 Offline
                        007fred50
                        last edited by

                        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

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post