Hello
I’m trying to write a plugin to detect the keyboard height on Android and iOS.
I’ve started with Android [as usual, bad call…] and of course hit a wall.
The usual method of detecting the keyboard height doesn’t seem to work with opengl view, or I am doing something stupid so it does not.
Anyway… the usual way to do it is described here: http://stackoverflow.com/a/4737265/487605
But my rect has values of 10000 or -10000… strange.
I think I will let this rest for a moment, and I’ll write the iOS plugin instead, as it will probably just work out of the box [wishful thinking]. I’m just wondering how do you make sure that your text fields/buttons are not hidden by the keyboard on Android? Have you got better ideas?
Thanks
Krystian