Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Title bar disappearing, causing app usage issues #1184

Closed
danperks opened this issue Jul 5, 2019 · 6 comments · May be fixed by #1810
Closed

Title bar disappearing, causing app usage issues #1184

danperks opened this issue Jul 5, 2019 · 6 comments · May be fixed by #1810
Labels

Comments

@danperks
Copy link

danperks commented Jul 5, 2019

I'm having an issue with a spesific app, where the top title bar disappears when I click near the top of the screen. I then have to wiggle the window to get the top bar to render again. When this happens, a black bar appears at the bottom, the same size as the title bar. Additionally, all the buttons of the title bar still work when it isn't visisble. This isn't a new issue as it was first reported on issue #928. If log files are the likes are needed, they can be found there.

Here's what it should look like:
image
Here's what happens when affected:
image

@danperks
Copy link
Author

danperks commented Jul 5, 2019

Update: Just found another issue which sounds to be experiencing the same problem at #1183

@FranchuFranchu
Copy link

In my case, this caused all mouse clicks to be offset down by the height of the title bar. Another workaround to make the title bar appear again was open any in-app link to make the WebView app open, and then press Escape to get back to the main application.

@DaMatrix
Copy link

this is an issue with every fullscreen app i've tried so far. is there a way to prevent apps from rendering over the title bar? (or automatically open and then close webview every time an app goes fullscreen :P)

@zaeima
Copy link

zaeima commented Oct 28, 2019

I am also having this exact issue. It seems that when a full screen app is launched, the entire screen is moved up and the title bar is covered, but the title bar's touch inputs still overrides the full screen application's touch input. If I click at the very top right corner of the application's window, it still closes the window.

The main problem is that I am unable to click any elements at the top of the full screen's application, since the title bar catches all touch inputs I try to put in that area. If I try to move the screen in the full screen app, the screen gets moved down, and the title bar is displayed again, but like @FranchuFranchu said, every single touch input is now offset downwards, essentially making it so that you are still unable to touch any elements at the top edge of the screen.

@pingplug
Copy link

I use single window mode to disable title bar

anbox session-manager --single-window --window-size=1920,1080

but you can't resize window and can't run multiple window at the same time (I just play one game so it's fine for me)
with #1352 you can get better experience with single window mode

@stale
Copy link

stale bot commented Jun 21, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
5 participants