How to fill full Pixel 7 screen
-
My QML application must fill full screen on Pixel 7, but i get offset on camera side. Currently i do this:
ApplicationWindow { id: window visible: true visibility: Window.FullScreen
and I get:
I have tried
flags: Qt.Window | Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHint
but did not help. Any correct way to do this?