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

Qt Virtual Keyboard doesn't work with webengine in wayalnd

    XMLWordPrintable

Details

    • Linux/Wayland

    Description

      Steps to reproduce:

      simple qml example:

      import QtQuick
      import QtQuick.Window
      import QtWebEngine
      
      Window {
          id: window
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          WebEngineView {
              id: webview
              url: "https://duckduckgo.com"
              anchors.fill: parent
          }
      }
      

      Attachments

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

        Activity

          People

            jakoivik Jarkko Koivikko
            taipan BogDan Vatra
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes