@AlexFinn You already had ChatGPT Voice at your desk. If you only became twice as productive on a hike, that says more about your workflow than about Voice itself
@ziusko I think I found the pattern. Looks like an Android coordinate-space mismatch between IME movement and app-window layout, with different behavior on API 34 vs API 36/edge-to-edge.
Iβll update the repro repo ASAP so you can test it directly.
Hi @ziusko, how can I reliably get the keyboard height on Android? Switching between email, password, and emoji keyboards sometimes reports the wrong height or doesnβt update.
@ziusko I put together a minimal repro here: https://t.co/MdlD206bIY. Everything works as expected in this repo, so it seems the issue is likely something specific to my app rather than the library itself. I'll keep digging on my end, thanks again for your time π
@ziusko Single input works fine, but with email + password inputs, focusing email then password the height is the same. Going to test more approaches in your example folder to rule out my setup and report back. Really appreciate your time on this, thanks your very much!