`OnScreenKeyboardSize` does not account for Android keyboard action buttons

When attempting to position UI elements on top of the Android on-screen keyboard, they will render under the keyboard action buttons. See example:

iPhone 13:

Samsung Galaxy A14:

Expected behavior

OnScreenKeyboardSize should always return the size of the visible keyboard, including any extra UI attached to it (such as the Android action buttons).

6 Likes

Dang, so sorry we missed this! Found someone to check it out. We’ll get back with an update as soon as we can.

2 Likes

Thank you! Just an update, the property also doesn’t account for the emoji search bar on the iOS keyboard.

1 Like