Jeffser / Alpaca

An Ollama client made with GTK4 and Adwaita
https://jeffser.com/alpaca
GNU General Public License v3.0
257 stars 33 forks source link

Window is too tall for phone usage; chat box is blocked by osk. #167

Closed ashrude closed 1 month ago

ashrude commented 1 month ago

I'm using a Oneplus 6t running PostmarketOS with gnome-mobile-shell. When A textbox comes into focus the window is resized so that the bottom of the window is at the top of keyboard, however the height-request of alpaca is too large so the textbox gets hidden behind the keyboard.

Changing the height-request to 500 should fix this, but it should be noted that the preferences dialog gets cut off at this size.

Jeffser commented 1 month ago

Hi, thanks for reporting this, I'm going to work on it!

ashrude commented 1 month ago

Cool. Lmk if you need me to test anything

Jeffser commented 1 month ago

Hi I just fixed this!

https://github.com/Jeffser/Alpaca/commit/02aa2734e094fae7f2ad28b263d58164a56617d5 image

Jeffser commented 1 month ago

if it doesn't work on the next version please reopen the issue, thanks