Yeah, that’s the Android setting we would have to enable in order for it to slide the text field into view. We currently have it disabled in code because we ran into other issues with it at the time (that might no longer be an issue anymore), but that’s the right approach in my opinion. The real trick is finding a way to get iOS to do this. Normally you do it via a UISlideView, but we have to get it to cooperate with the OpenGL view that we’re using so that the text fields and OpenGL view move together. It’s been a couple years since we’ve last looked into this, but that was thing that I remember that was blocking us.
Right now we’re focusing on finishing graphics 2.0 and getting it into the next release. I know the team has refactored the iOS view/controller code. So, it might be worth looking into this again after the release.
If you can think of any other ideas, then I’d love to hear it.