Hi
I have a scrollview with a panel and some EditText.
I noticed that when you see the keyboard the EditText remains hidden under and not flow upwards. (eg if the EditText field assigns a value) or if it is on scrollview tabhost.
how can I fix this?
Sorry for my bad english I hope I was clear.
Nicola
I tried with a simple ScrollView and EditText views on it.
In the emulator, when clicking on an EditText view moves it up when the soft keyboard is displayed to remain visible.
Hi Klaus,
I enclose a draft ...
In the third Tab there are some EditText that do not flow up.
What a mistake I made?
Thank You
Nicola
Ps: I have attached a wrong file first
I had a look at your code and get the same problem.
I don't have a solution (yet?).
I expected finding a kind of GotFocus event and according to what EditText view was selected set the ScrollView.ScrollPostion.
@ Erel, does there exist a kind of GotFocus event for EditText views that would allow to set the ScrollView.ScrollPostion ?
Hi Klaus
Thank you, we hope that we can find a solution as soon as.
Best Regards
Nicola
PS: GotFocus event would also be helpful to activate the selection in a Edittext when you click, for example to clear at the time that add a new word.