- Home /
Question by
utyasheva.irina · Apr 19, 2015 at 07:10 AM ·
androidkeyboard
How get the Height of Virtual Android Keyboard?
How get the height of Virtual android keyboard? I write android plugin for Unity3d:
KeyboardView keyboardView = new KeyboardView(_activity.getApplicationContext(), null); Log.i("","xxx height " + keyboardView.getHeight());
But get 0
I read http://stackoverflow.com/questions/29665435/how-to-get-the-height-of-android-keyboard
Comment
Answer by Kiwasi · Jan 26, 2016 at 01:54 AM
Probably to late for the OP. But for anyone else using google then this thread over here had an answer that worked for me.
@Bored$$anonymous$$ormon. How are ya.
http://stackoverflow.com/questions/35117526/ipointerdownhandler-but-for-whole-screen
Do you know the answer man? :O
Your answer
