termux-app
termux-app copied to clipboard
[Bug]: Fullscreen don't work with android 13
Problem description
Gesture pill does not hide in full screen mode enabled through settings.
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
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
When I set
use-fullscreen-workaround
to true
, there will be an extra gray area above the keyboard on Android 14.
@2096779623 Disable margin adjustment in termux app settings.
@2096779623 Disable margin adjustment in termux app settings.
Still exists.
Did you restart termux app afterwards?
Did you restart termux app afterwards?
Yes,I did.
What if use-fullscreen-workaround
is false
and margin adjustment is enabled?
What if
use-fullscreen-workaround
isfalse
and margin adjustment is enabled?
Display normally.
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?
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.
If I just enable
use-fullscreen-workaround
it doesn't change anything.
I guess no issue then for your case.