K1rakishou / Kuroba-Experimental

Free and open source image board browser
GNU General Public License v3.0
625 stars 37 forks source link

Text obscures android software buttons #983

Open lewri opened 3 months ago

lewri commented 3 months ago

When bottom navigation bar is disabled in the app, text from a thread or board underlaps/obscures with android software emulated buttons at the bottom of the page (back, home, recents). It behaves again properly when inside settings, bookmarks tab, viewing an image or keyboard. Screenshot_2024-01-11-21-18-31-81_daf9683798e97ec54ec934cee23f7ded

K1rakishou commented 3 months ago

Do you have an STR because I can't reproduce it on my emulator. It might be something device-specific where it incorrectly provides the window insets. Or maybe there is a conflict with some other setting.

image

lewri commented 3 months ago

I'm not sure what an STR is I'm afraid. I can say that in kuroba-dev the buttons behave as they should. I'm not sure if that helps.

Just to clarify, if I scroll to the bottom of the board it's fine. Images below for clarification.

Here's how Kuroba Dev loads, it has a permanent black bar for the software buttons Screenshot_2024-01-15-11-16-20-47_83b4c3130c38199daea22da676b8bce2

Here is kuroba ex at the bottom of the board. It behaves fine because of the bottom gap Screenshot_2024-01-15-11-17-21-61_daf9683798e97ec54ec934cee23f7ded

Here is kuroba ex mid board list Screenshot_2024-01-15-11-22-01-85_daf9683798e97ec54ec934cee23f7ded

K1rakishou commented 3 months ago

Oh wait you mean that it displays text under the navigation bar when in the middle of a catalog/thread. Then it's supposed to be like that.

https://developer.android.com/develop/ui/views/layout/edge-to-edge

lewri commented 3 months ago

I see, I didn't realise that was a setting available in Android. How times have moved on.

Is it also meant to do it in the settings menu?

K1rakishou commented 3 months ago

It's not a setting. It's a way for developers to make screens be displayed behind status/navigation bars. I don't think users can enable/disable it.

stale[bot] commented 1 month ago

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.