Can anyone tell me how to get or calculate the height of the native keyboard?
When using native.newTextField() on iOS, the native keyboard pops up whenever the user touches inside the text field. Obviously the keyboard hides the lower part of the screen and possibly other input elements so it is usually necessary to scroll the main screen contents upwards by some amount, so the keyboard no longer hides stuff.
It would be great to be able to automatically and dynamically determine the height of the keyboard to determine exactly how much the screen contents need to be scrolled by.
The iPad keyboard takes up less (relative) screen area compared to the iPhone keyboard, and I’m sure Android has all sorts of variations in keyboard sizes for various screens.
Any ideas would be greatly appreciated!