Page 1 of 1

[Android] Status bar becomes visible when t.window.usedpiscale = false

Posted: Sun Aug 09, 2020 4:16 pm
by DPS2004
Man, my porting problems seem to have no end...

I was having some dpi problems, which were resolved by adding t.window.usedpiscale = false to my conf.lua. But now, the android status bar is always visible! It is obscuring parts of the screen, and I have no idea why disabling usedpiscale is causing it to be stuck on the screen.

Re: [Android] Status bar becomes visible when t.window.usedpiscale = false

Posted: Sun Aug 09, 2020 5:02 pm
by DPS2004
Never mind, I did not have it set to fullscreen, sorry about that!

Re: [Android] Status bar becomes visible when t.window.usedpiscale = false

Posted: Sun Aug 09, 2020 5:14 pm
by pgimeno
Even in fullscreen I got random issues that are not yet completely fixed. https://love2d.org/forums/viewtopic.php?f=4&t=87576

Re: [Android] Status bar becomes visible when t.window.usedpiscale = false

Posted: Tue Aug 11, 2020 11:06 am
by AuahDark
It's some kind of race condition. The problem with status bar obscuring the view is supposedly be fixed in https://github.com/love2d/love-android/ ... 1ed593e261

For pgimeno's case, if you have video explaining your issue better, I may able to look it up.