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

Qt 5.9.0 beta 2 Android showFullScreen() does not hide Android status bar anymore on some devices.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.1
    • 5.9.0 Beta 2
    • QPA
    • None
    • The issue shows on some devices with Android 4.4, 5 or 6.01, such as Minix U1 with Android 5, Minix Neo X7 mini with Android 4.4, and Samsung Tab 2 (GT-P5100, Android 6.0.1).
    • Android
    • b684ed6bd7ae459fe9df24c4da23b25bb199bed6

    Description

      showFullScreen() in Qt Android hides the status bar. Working fine up to Qt 5.9 beta 2. Now on some devices at application start the status bar disappears for a moment but then reappears as white rectangle.

      Code to set fullscreen:

      QtQuick2ApplicationViewer viewer;
      ...
      viewer.showFullScreen();

      Some devices affected are Minix U1 with Android 5 and Samsung Tab 2 (GT-P5100, Android 6.0.1). On others such as Samsung Tab S2 (also 6.0.1) or Minix X7 there is no problem.

      Adding android:theme="@android:style/Theme.NoTitleBar.Fullscreen" to the Android manifest changes the rectangle color from white to black on the Minix U1.

      Attachments

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

        Activity

          People

            stromme Christian
            kalileo Kali Leo
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes