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

[VKB] fullScreenMode does not work when enabled with a Binding

    XMLWordPrintable

Details

    • d90288915 (dev), 16b702587 (6.5)

    Description

      When fullScreenMode is set with a Binding:

          Binding {
              target: VirtualKeyboardSettings
              property: "fullScreenMode"
              value: true
          }
      

      In fullscreen mode, the virtual keyboard should replicate the contents of the focused input field to the fullscreen input field located at the top of the keyboard.

      This does not work, but if you use the following method instead it works.

           Component.onCompleted: {
              VirtualKeyboardSettings.fullScreenMode = true
           } 
      

      To reproduce, please run the attached example.

      Attachments

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

        Activity

          People

            jakoivik Jarkko Koivikko
            tuomas.vaarala Tuomas Vaarala
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes