Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68700

Qt Webview on android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • None
    • 5.11.0
    • WebView
    • None

    Description

      Webview crashes on Android armeabi immediately after calling. I could only test this on 5.10.1 and 5.11 - probably this occurs also on other versions.

       

      qml-code-snippet:

      import QtQuick 2.9
      import QtWebView 1.1
      //import QtWebKit 3.0

      Item {
          id: myModuleSetup

          WebView {
              id: webView
              anchors.fill: parent
              url: "http://www.google.com/"
              onLoadingChanged: {
                  if (loadRequest.errorString)
                      console.error(loadRequest.errorString);
              }
          }
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            stromme Christian
            ghassemi Nima Ghassemi Nejad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes