-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.2
-
QtC 17.0.1, Qt 6.9.2, Android 10-16 Devices
-
-
2025wk36s2QtforAndroid
While creating a TestApp for SafeArea handling (see https://t1p.de/ekkeStatusBar) I noticed that SwipeView in Landscape has some problems to display Android NavigationBar. (User must select use of NavigationBar with 3 Buttons in Device settings)
To rule out the possibility that I did something wrong in my test app, I tried the Qt Example "GalleryApp", set style to Material. Using the example app as-is the NavigationBar is always visible. see attached images 11... 12... 13...
Then I added the flags:
ApplicationWindow { flags: Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHint
Started Gallery Example again and now the NavigationBar is there - you can tap on it, but the NavigationBar isn't visible.
Probably the Android NavigationBar always must be on top of SwipeView or Pages ?
Now with Android requiring edge-to-edge support it's important to get this fixed.
thx