Manuel_Rodrigues
Manuel_Rodrigues

Reputation: 560

move view up on key board show in iOS titanium

I have a text field and when I click it in android the layout moves up so the text field is immediately above the key board.

But in IOS the key board is shown over the text view.

So the user can see what he is writing.

How can I move my layout in IOS up like in android so the text field stays immediately above the key board?

I'm not using the alloy folder.

Upvotes: 0

Views: 360

Answers (1)

Thomas Lemaitre
Thomas Lemaitre

Reputation: 1154

It's simple : put your TextField into a ScrollView instead a View and the OS will handle it natively.

Upvotes: 5

Related Questions