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

Non-input controls can also cause the keyboard to pop up on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 6.8.2
    • Quick: Controls 2
    • None
    • any android browser or webview
    • WebAssembly

    Description

      I have tested different Qt versions, 6.7.2&6.9.0rc is normal and this happens in Qt 6.8.2. will be triggered with Simple code, click the button:

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")

          Button

      {         text:"test"         anchors.centerIn: parent     }

      }

      Attachments

        Issue Links

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

          Activity

            People

              qt.webassembly qt.webassembly
              lzhdsd lzh lzh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes