TouchScreenKeyboard Sucks

Hey All
Recently I am working on chatting(messaging )system in my game. You know basically I want to do it like Whats’up. But it is really hard to do it with unity UI and keyboard system. Even impossible. You cannot hide mobile input etc many problem…

Then, since I dont want inputField to be obscured from keyboard when it is clicked, I wanted to position it on up of keyboard. I cannot find position of keyboard. Where is it on screen? I tried to use ToucscreenKeyboard.area but it always gives me zero…

Someone can help me? Some methods should return keyboard when inputfield clicked and we should find that keyboard’s position.

Thanks

So my guess Touchscreenkeyboard.area returns 0 is a bug…

Case 711482

I learned that android does not support arrea. It is not bug. Can close thread…