Page 1 of 1

keyboard

Posted: Fri Jan 07, 2011 4:33 am
by bdtrauma
When text fields that I have on the bottom of my ipad app are clicked on the keyboard pops up right over the fields. Is there a way to push everything up such as a displace (the vertical distance of the keyboard) upward of the bottom of the ipad area?

Thanks,

Bert

Re: keyboard

Posted: Fri Jan 07, 2011 12:41 pm
by Klaus
Hi Bert,

I am not sure what you mean?!
We cannot change/move the virtual iOS keyboard in any way!

General hint, if possible:
I would (and do) change my layout to take this into account! Make a screenshot (from the simulator)
with visible keyboard and use this screenshot for you layout. That is what do!

If that is not possible, can't you just set the loc of your field(s) to a correct place "on openfield"?
And "move" it back on "close/exitfield"?


Best

Klaus

Re: keyboard

Posted: Tue Jan 11, 2011 4:13 am
by bdtrauma
what happens is my text field at the bottom of the screen is completely covered by the keyboard when you select it for text input. I was hoping I could displace the bottom section of the ipad screen upwards so that the text field is visible while typing info in it.

Bert

Re: keyboard

Posted: Tue Jan 11, 2011 11:50 am
by Klaus
Hi Bert,
bdtrauma wrote:I was hoping I could displace the bottom section of the ipad screen
upwards so that the text field is visible while typing info in it.
I'm afraid we can't do that!

See my last posting, you need either cahnge your layout to take the virtual keyboard
position into account or move your entry field(s) as long as the user enters text.


Best

Klaus

Re: keyboard

Posted: Tue Jan 11, 2011 2:37 pm
by bdtrauma
Thanks Klaus... I think I'm going to move my 'stuff' up above where the keyboard comes in for now. But I will work on a movement script.

Bert