Will you support iAndroidKeyboard(android version of iPhoneKeyboard class)?

When we are implementing the login menu ?
We need the iAndroidKeyboard(android version of iPhoneKeyboard class).
If you don’t support it, as you know, user should go to another window to input the text and back to the login window.

any body have solution ?

the same as with iphone 1.0.x: create an onscreen one or hook it in through unity ↔ java bridging and an overlay with an input field (similar to how the iphone keyboard works)

At this time we haven’t found a way to make a keyboard layer on top of open gl context.
That’s why the keyboard appears on a different view.