axel358 / smartdock

A user-friendly desktop mode launcher that offers a modern and customizable user interface
GNU General Public License v3.0
695 stars 48 forks source link

When using keyboard, dock not moving top of the keyboard and blocking keyboard keys #103

Closed they10 closed 6 months ago

they10 commented 10 months ago

When I search on the app menu, dock moving top of the keyboard and not blocking the keyboard keys. But when I use the keyboard on the other apps, dock stay on the bottom, and I can't access space key, enter and other keys, is there a way to fix this issue? Thank you for your help. And its a great app by the way.

Pablo1107 commented 8 months ago

I have the same issue. Screenshot_20231215_145908_GitHub.jpg

Pablo1107 commented 8 months ago

It would be good if the app can act as a nav bar and reserve space for it.

axel358 commented 6 months ago

https://github.com/axel358/smartdock/actions/runs/8047899734 Could u guys check if this is still present on this build. I'm not able to reproduce this on A13

Pablo1107 commented 6 months ago

https://github.com/axel358/smartdock/actions/runs/8047899734 Could u guys check if this is still present on this build. I'm not able to reproduce this on A13

Screenshot_20240226_094005_Firefox.jpg

Stills happens on that debug apk.

axel358 commented 6 months ago

Android version?

Pablo1107 commented 6 months ago

Android version?

Android 13, Samsung One UI 5.1 if that matters.

axel358 commented 6 months ago

Ah I understand now. Unfortunately that's how application overlays work. They draw on top of pretty much everything. The only work around for this is that since a12.1 the dock can draw on top of Android's nav bar. That is if you use button navigation and set the dock height to minimum the space taken by the dock will be similar to the nav bars height thus not overlapping application contents. Closing this as a technical limitation