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

Possible to anchor QML items to animating keyboard (inputMethod)

    XMLWordPrintable

Details

    • iOS/tvOS/watchOS

    Description

      Request is to possibility to anchor QML item to animated inputmethod keyboard. Idea is that (in iOS) system background wouldn't slide up and selected items in are can be handled to slide with the keyboard animation.

      Implementation should be simple something like:

      Item {
        y: Qt.inputMethod.keyboardRectangle.y - height - margin
        ..
      }
      

      Currently there lots of work to get it work. Need to implement separated animation and use some magic numbers. Keyboard height is not know at first visible time. etc.

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            qtcomsupport Qt Support
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            8 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes