This has been posted before but no answers.
Problem:
TabBar –> (2 tabs)
- tab one has a
Scrollviewand anEddiText - tab two: something else
When taping the EditText, the soft keyboard goes up and TabBar along with it.
(An ugly solution would be to disable scrolling in ScrollView)
Any decent solution to this?!
A simple solution would be to tell the TabBar to adjust for Softkeyboard Mode. To do this, go to your manifest file, and in the Tabbar Activity add this line,
This makes your Tabbar to stay at the bottom even when the softkeyboard is visible.