godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.97k stars 21.16k forks source link

Android buttons shown in immersive mode #41013

Closed DrMoriarty closed 4 years ago

DrMoriarty commented 4 years ago

Godot version:

Godot 3.2.3.rc (23b553ba06)

OS/device including version:

MacOSX 10.15.5 (19F101) Android 8.1

Issue description:

My game uses immersive mode. In godot 3.2.2 all was ok. In godot 3.2.3.rc in the bottom of view there are visible android soft buttons.

Screenshot_2020-08-04-09-49-46-413_free games match three puzzle galactic adventure android Steps to reproduce: Run any game with immersive mode.

Minimal reproduction project:

DrMoriarty commented 4 years ago

If I press "back" soft button the buttons will disappear. But in this case I don't able to edit any text. When I activate LineEdit the keyboard don't appear.

DrMoriarty commented 4 years ago

I checked on history, the first time when the issue appeared is after this PR #40672

@pouleyKetchoupp Could you help to fix it?

pouleyKetchoupp commented 4 years ago

@DrMoriarty Yes, thanks for the ping. I'll make sure this issue will be fixed as part of #40944. I still need to work on a few more things but it's almost ready.

DrMoriarty commented 4 years ago

@pouleyKetchoupp Thank you!

akien-mga commented 4 years ago

40672 was reverted, so this should have been fixed.