Enable Keyboard on Android

Monkey Forums/Monkey Bug Reports/Enable Keyboard on Android

Pharmhaus(Posted 2015) [#1]
Hi mark,

calling EnableKeyboard() on android multiple times when the keyboard is already active results in some bad behaviour. The App beginns to stutter and the enable keyboard calls seem to stack up. It would be helpful if there was a KeyBoardEnabled() function to check if the keyboard is already active and/or if you could add a check if the keyboard is already active before activating.

Thanks.


Shagwana(Posted 2015) [#2]
I think this relates to the device you have. For example my Tesco hudl android device does not do this. Each EnableKeyboard() does not require an equal amount of DisableKeyboard() calls.

Thant being said a KeyBoardEnabled() function would be most useful (along with a way to figure out how big it is as well).