Hi, I have build a sort of split view for one of my android applications. I have made an activity which is a container of a listview and a framelayout. I use the listview for a menu and in my framelayout, I load views of different activities. I have read the source code of the TabHost for building this system.
TabHost source code : http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/widget/TabHost.java Activities that I load in my framelayout could contain a webview. The system work pretty well but I have a big issue. When I click on a field in a webview, the soft keyboard doesn't appear and typing on the physical keyboard has no affect. I have made many many researches and I found nothing :'( I really appreciate if somebody could give me an idea for solving this issue. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

