Is there a way to determine the height of the Android keyboard?

Is there a way to determine the height of the Android keyboard?

1 Like

I have a plugin for this

moreInfo.getKeyboardSize()

returns width(number) , height(number) (note coronaWindowMovesWhenKeyboardAppears must be enabled on android)
https://scotth.tech/plugin/moreInfo

1 Like