Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [solved] Qt on Android 5.2: Android Status Bar visible on startup for about a second
Forum Updated to NodeBB v4.3 + New Features

[solved] Qt on Android 5.2: Android Status Bar visible on startup for about a second

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    and.fo
    wrote on 20 May 2014, 14:29 last edited by
    #1

    I observe that the android status bar on top is visible after starting the app for about one second until it disappears.

    I use the following code to disable the status bar.

    @
    QQuickView view;
    view.showFullScreen();
    @

    Before 5.2 I used the android manifest to deactivate the status bar, but this seems not to work anymore since Qt 5.2.

    I use a Nexus 10 tablet with Android 4.4.2

    My question is, how can I prevent the android status bar to be displayed for about a second until it disappears and the application flickers for that reason?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p3c0
      Moderators
      wrote on 21 May 2014, 06:07 last edited by
      #2

      Hi,

      Try with Qt 5.2.1 or Qt 5.3 if possible.

      157

      1 Reply Last reply
      0
      • A Offline
        A Offline
        and.fo
        wrote on 10 Jun 2014, 07:19 last edited by
        #3

        Thank you! Indeed it is much better since Qt 5.2.1. Although there is still a slight flickering on startup of the application.

        [quote author="p3c0" date="1400652472"]Hi,

        Try with Qt 5.2.1 or Qt 5.3 if possible.[/quote]

        1 Reply Last reply
        0
        • A Offline
          A Offline
          and.fo
          wrote on 30 Jun 2014, 10:29 last edited by
          #4

          I updated to Qt 5.3.1.

          In 5.2.1 the android softkey menubar on the bottom disappeared when setting the following:

          @
          QQuickView view;
          view.showFullScreen();
          @

          This is the desired behaviour :-)

          With 5.3.1 the buttons on the menu bar disappear, but the rectangle of the menu bar is still there in a light gray color.

          Bugin 5.3.1?

          1 Reply Last reply
          0
          • K Offline
            K Offline
            Kalileo
            wrote on 15 Jul 2014, 10:33 last edited by
            #5

            Yeah, the problem is back, slightly different though. As you describe, the place where the statusbar was is now an empty whitish rectangle.
            See https://bugreports.qt-project.org/browse/QTBUG-39977

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved