I have been struggling to get the correct height of the soft. keyboard height on iOS & Android.
There are some topics on the forum but they do not have any answer (
or )
I am getting the height when the keyboard is activated via:
stage.softKeyboardRect.height
On iOS:
Height is returned correctly but on iOS 8, users can have custom keyboards, when such a keyboard is used (like swyft) the height returned is not not correct.
On Android:
Height is always wrong.
There is one ANE (freshplanet/ANE-KeyboardSize · GitHub) but currently works for android only.
Seeing that the height is part of AIR, it should work cross platform.
Any suggestions?