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

iOS keyboard appears without a reason on app start

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 6.4
    • 6.3.0
    • GUI: Other
    • None
    • 10-inch iPad, 7th generation. iOS 15.3.1
    • iOS/tvOS/watchOS

    Description

      I am developing an app on iOS, with stock Qt 6.3.0 and testing with a ten-inch iPad.

      As soon as the application gets past the launch screen (static image defined in the app launch storyboard), the iOS keyboard jumps up and covers nearly half of the screen. This happens on every app start, without any interaction from the user. I condensed the problem down to the minimal app below.

      int main(int argc, char **argv) 
      {
        QApplication app(argc, argv);
        QWidget * dummyWidget = new QWidget();
        dummyWidget->setFocusPolicy(Qt::NoFocus);
        dummyWidget->show();
        dummyWidget->raise();
        return app.exec();
      }

       I do not see any reason why the app would open a keyboard at all.

      Attachments

        Issue Links

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

          Activity

            People

              richard Richard Moe Gustavsen
              bug-enthusiast Tommi Ilmonen
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes