smartdock
smartdock copied to clipboard
When using keyboard, dock not moving top of the keyboard and blocking keyboard keys
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.
I have the same issue.
It would be good if the app can act as a nav bar and reserve space for it.
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
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
Stills happens on that debug apk.
Android version?
Android version?
Android 13, Samsung One UI 5.1 if that matters.
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