@alaskalinuxuser Do you know that you can calculate keyboard size with the formula in this file? https://gitlab.com/ubports/development/core/lomiri-keyboard/-/blob/main/qml/Keyboard.qml?ref_type=heads height: fullScreenItem.height * (fullScreenItem.landscape ? fullScreenItem.tablet ? UI.tabletKeyboardHeightLandscape : UI.phoneKeyboardHeightLandscape : fullScreenItem.tablet ? UI.tabletKeyboardHeightPortrait : UI.phoneKeyboardHeightPortrait) + wordRibbon.height + borderTop.height