Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Fullscreen don't work with android 13 #3741

Open
vanarok opened this issue Dec 17, 2023 · 10 comments
Open

[Bug]: Fullscreen don't work with android 13 #3741

vanarok opened this issue Dec 17, 2023 · 10 comments

Comments

@vanarok
Copy link

vanarok commented Dec 17, 2023

Problem description

Gesture pill does not hide in full screen mode enabled through settings.
Screenshot_20231217-190939_Termux

Steps to reproduce the behavior.

Use these properties:
fullscreen=true
use-fullscreen-workaround=true

What is the expected behavior?

Either hiding the bar or transparent color.https://developer.android.com/develop/ui/views/layout/edge-to-edge
https://developer.android.com/develop/ui/views/layout/edge-to-edge-manually

Screenshot_20231217-190124_Gallery
application in which the gesture pill is transparent and the application occupies all available space at the bottom: https://github.com/IacobIonut01/Gallery

System information

  • Termux application version:0.118.0 f-droid
  • Android OS version: 13 (aosp, not miui)
  • Device model: mi pad 6 pro
@2096779623
Copy link
Member

2096779623 commented Jan 14, 2024

Screenshot_20240114-102709_Termux
When I set use-fullscreen-workaround to true, there will be an extra gray area above the keyboard on Android 14.

@agnostic-apollo
Copy link
Member

@2096779623 Disable margin adjustment in termux app settings.

@2096779623
Copy link
Member

@2096779623 Disable margin adjustment in termux app settings.

Screenshot_20240114-111920_Pixel Launcher
Still exists.

@agnostic-apollo
Copy link
Member

Did you restart termux app afterwards?

@2096779623
Copy link
Member

Did you restart termux app afterwards?

Yes,I did.

@agnostic-apollo
Copy link
Member

What if use-fullscreen-workaround is false and margin adjustment is enabled?

@2096779623
Copy link
Member

What if use-fullscreen-workaround is false and margin adjustment is enabled?

Screenshot_20240114-121417_Termux
Display normally.

@agnostic-apollo
Copy link
Member

Those two are different implementations to solve similar issues, should only enable one. You seem to have some background at top and are using a custom build, is fullscreen=true working as expected?

@2096779623
Copy link
Member

Those two are different implementations to solve similar issues, should only enable one. You seem to have some background at top and are using a custom build, is fullscreen=true working as expected?

Yes, I'm using evox and have a "clear" theme set to dark background.
If I set it to default, full screen mode works fine.

Screenshot_20240114-123236_Termux
If I just enable use-fullscreen-workaround it doesn't change anything.

Screenshot_20240114-123130_Termux

@agnostic-apollo
Copy link
Member

I guess no issue then for your case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants