Android TabHost tabs steal focus when using Hardware Keyboard
I currently have a TabHost containing 4 tabs. On a few of the fragments we have a number of EditText views within the layout. We have noticed that when you attempt to type into any of the EditText views using the hardware keyboard, the focus is stolen from the EditText and given to the currently active tab in the TabHost . This only occurs on screens with tabs. Is there a quick and simple way to solve this? This has been a known bug for quite a long time: http://code.google.com/p/android/issues/detail?id=2516 A workaround would be forcing the TabHost to lose focus after a tab is selected. This