The behavior between devices with and without hard keyboards is indeed different because... well, there being a hard keyboard significant impacts how you use the soft keyboard on a device.
You can use android:softInputMode to control this behavior as introduced here: http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html On Thu, Aug 13, 2009 at 3:43 PM, Peter Jeffe <[email protected]> wrote: > > I have a layout with a TextView and a List, and in onCreate() I have > the TextView request focus. On the G1 and emulator the screen comes > up with the TextView having focus, and the on-screen keyboard will > display when you tap on the TextView, but on the Galaxy apparently the > on-screen keyboard is always displayed. Does anyone know why this > would be so? And why would a phone without a keyboard act differently > from a phone with a keyboard that's hidden--shouldn't they follow the > same logic? Thanks. > > -- Peter > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

