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.FullScreenand I get:

I have tried
flags: Qt.Window | Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHintbut did not help. Any correct way to do this?